alx741 / vim-hindent

Vim Haskell Hindent integration plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Range-awareness causes cursor teleport

pikajude opened this issue · comments

Related to #7. Now that every hindent invocation is range-aware, the cursor is moved to the beginning of the selection after the command is run. Thus if I'm formatting an entire file, my cursor will jump to (0,0) afterwards which is very annoying.

Thanks for the report! it should be fixed now, please check it out

Works great, thanks for quick fix.