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
First of all, when ~/.vimrc doesn't exist (because I use ~/.vim/vimrc), Ctrl-K fails with the endless of errors:
E15: Invalid expression: l:bok && l:b >= 0 && l:line[l:b] < 256 && s:lookup[l:line[l:b]] == '1'
E684: list index out of range: 20
When I do cd && ln -sf .vim/vimrc .vimrc then there are no errors, but no movement on Ctrl-K on the first example in the help file. help:, man:, and https: links seem to work.
First of all, when
~/.vimrc
doesn't exist (because I use~/.vim/vimrc
),Ctrl-K
fails with the endless of errors:When I do
cd && ln -sf .vim/vimrc .vimrc
then there are no errors, but no movement onCtrl-K
on the first example in the help file.help:
,man:
, andhttps:
links seem to work.Using vim-X11-8.0.1416-1.0.72.el7.centos.x86_64 from RHEL-7 package on https://copr.fedorainfracloud.org/coprs/mcepl/vim8/
The text was updated successfully, but these errors were encountered: