bogado / file-line

Plugin for vim to enabling opening a file in a given line
http://www.vim.org/scripts/script.php?script_id=2184
299 stars 61 forks source link

file-line doesn't work when first character in file is tab #70

Open joe-skb7 opened 8 years ago

joe-skb7 commented 8 years ago

If file contains tab character in the beginning, followed by some other character, like:

[tab]ABC

then file-line doesn't work, i.e. if you are trying to do:

$ vim Documentation/crypto/async-tx-api.txt:203

it doesn't work.

The example of such file is here.

bogado commented 8 years ago

I confirmed this problem, very weird. I will check it out if I find the time.