ton/vim-bufsurf

Building history not possible

jceb opened this issue · 3 comments

jceb commented

When opening two files in vim it's not possible to reach the other file with SurfForward/Backward commands. It would be nice to have this functionality so that I can completely forget about :bp/:bn.

ton commented

Fixed in edeacc2.

ton commented

Buffers are added in the wrong order. When starting vim as follows:

$ vim a b

a is opened, and :BufSurfNext should navigate to b instead of :BufSurfBack.

ton commented

The wrong buffer order has been fixed by a057dd5.