Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to jump to ~/.vimrc #1

Open
mcepl opened this issue Dec 20, 2017 · 2 comments
Open

Fails to jump to ~/.vimrc #1

mcepl opened this issue Dec 20, 2017 · 2 comments

Comments

@mcepl
Copy link

mcepl commented Dec 20, 2017

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/

@aklt
Copy link
Owner

aklt commented Dec 23, 2017

Thanks for this report, I will have a look at it and some of the code that needs a revamp.

@mcepl
Copy link
Author

mcepl commented Dec 4, 2018

OK, so it seems to be just a problem, that the macro is not capable of working on symlinks (or non-existent files).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants