maksimr / vim-jsbeautify

vim plugin which formated javascript files by js-beautify
758 stars 68 forks source link

How to keep selection after calling RangeBeaultifier? #129

Open brunoti opened 7 years ago

brunoti commented 7 years ago

I've tried to use gv like call RangeJsBeaultifier()<CR>gv but it just don't work. It re-select just the first line of the range. Is there a way to make this work?

maksimr commented 7 years ago

@brunoti now it does not supported PR welcome

Thanks!