Closed kghost closed 5 years ago
thank you for reporting.
this is investigation log. Current Code: https://wandbox.org/permlink/ep76ARFZ5d344JF0 Fixed Code: https://wandbox.org/permlink/BvPuOat9i6d8wn5G
I want remove whitespace with \s
but removed only s
letter. sorry, its my fault.
I will fix it soon.
@kghost really thank you for reporting issue. i fixed in https://github.com/knsh14/vim-github-link/pull/9 , please check it.
Works like a charm, thank you.
For example, when I pick a link from some code, I expect this one:
https://github.com/antirez/redis/blob/unstable/src/db.c#L1483-L1487
but actually I got:
http://github.com/antirez/redi/blob/untable/rc/db.c#L1483-L1487
All letter 's' are removed.
I guess there is something wrong in this line
https://github.com/knsh14/vim-github-link/blob/master/plugin/github-link.vim#L44
This is the VIM I use: