Open joe-skb7 opened 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.
I confirmed this problem, very weird. I will check it out if I find the time.
If file contains tab character in the beginning, followed by some other character, like:
then file-line doesn't work, i.e. if you are trying to do:
it doesn't work.
The example of such file is here.