1
0

change configuration so that foldcolumn is shown

This commit is contained in:
valeth 2015-03-24 17:25:17 +01:00
parent 814d452bbe
commit b7817c0206

View File

@ -1,5 +1,5 @@
if has("folding")
set foldcolumn=0
set foldcolumn=1
set foldlevel=1
set foldmethod=syntax
set foldtext=MyFoldText()