You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what's going on, but when date are automatically created, I always end up with unix epoch: [1969-12-31 on. 23:00]. Adjusting the date manually or by using ctrl-a, and then pressing <C-C><C-C> resets any date to [1969-12-31 on. 23:00]. The short version of weekday is shortened with a dot, and I suspect that to be the problem.
Everything works as expected with LANG=C, but not with LANG=nb_NO.UTF-8 or LANG=nn_NO.UTF-8. The neighboring LANG=sv_SE.UTF-8 (which does not use . works fine).
(BTW, this is on standard neovim 0.4.4 from ubuntu 2020.10 and vim-dotoo via Plug.)
The text was updated successfully, but these errors were encountered:
I'm not sure what's going on, but when date are automatically created, I always end up with unix epoch:
[1969-12-31 on. 23:00]
. Adjusting the date manually or by using ctrl-a, and then pressing<C-C><C-C>
resets any date to[1969-12-31 on. 23:00]
. The short version of weekday is shortened with a dot, and I suspect that to be the problem.Everything works as expected with
LANG=C
, but not withLANG=nb_NO.UTF-8
orLANG=nn_NO.UTF-8
. The neighboringLANG=sv_SE.UTF-8
(which does not use.
works fine).(BTW, this is on standard neovim 0.4.4 from ubuntu 2020.10 and vim-dotoo via Plug.)
The text was updated successfully, but these errors were encountered: