todesking / ruby_hl_lvar.vim

Highlight Ruby local variables
MIT License
53 stars 10 forks source link

Prevent from refreshing in visual mode #3

Closed creasty closed 9 years ago

creasty commented 10 years ago

Auto refreshing function triggered by TextChanged event is disabling https://github.com/t9md/vim-textmanip that continuously reselect previous selection. This pull-req will check if in visual mode, and if so, it won't refresh (redraw) buffer.

todesking commented 9 years ago

I'm sorry about I neglected the issue long time.

It seems bit overkill, but may not cause bad effect. Thank you.