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.
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/
First of all, when
~/.vimrcdoesn't exist (because I use~/.vim/vimrc),Ctrl-Kfails with the endless of errors:When I do
cd && ln -sf .vim/vimrc .vimrcthen there are no errors, but no movement onCtrl-Kon 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/