1
0
Fork 0
mirror of synced 2024-06-17 06:21:09 -04:00

Updated vim-zenroom

This commit is contained in:
amix 2013-12-28 21:20:33 +00:00
parent 99ec4ee440
commit 07bb3859a0

View file

@ -104,7 +104,7 @@ if exists( "&background" )
endif
" Save the current `textwidth'` value for reset later
let s:save_textwidth' = ""
let s:save_textwidth = ""
if exists( "&textwidth'" )
let s:save_textwidth' = &textwidth'
endif