dahu / vim-fanfingtastic

Find a char across lines
113 stars 5 forks source link

the dot command (.) is broken #8

Closed fabi1cazenave closed 11 years ago

fabi1cazenave commented 11 years ago

Steps to reproduce:

Expected result: dahu/vim-fanfingtastic/

Actual result: .com/dahu/vim-fanfingtastic/

Looks like the . command deletes the same numbers of characters instead of really deleting to the next / char.

That’s a blocker for me but apart from that, this plugin makes a lot of sense and should be a default Vim behavior, imho. Great work.

Raimondi commented 11 years ago

This should be fixed now, but you need to install https://github.com/tpope/vim-repeat

fabi1cazenave commented 11 years ago

Works fine now (with vim-repeat). Thanks for this fix!