guillermooo / Vintageous

Vi/Vim emulation for Sublime Text 3
http://guillermooo.bitbucket.org/Vintageous/
Other
1.64k stars 115 forks source link

Add support for Sublime Wrap Plus. #1077

Open weakish opened 8 years ago

weakish commented 8 years ago

If Sublime Wrap Plus is installed, use wrap_lines_plus to wrap lines. Else fall back to built-in wrap_lines.


xactions.py | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-)

weakish commented 8 years ago

Fix #609.