diff options
Diffstat (limited to 'vimrc-full')
-rw-r--r-- | vimrc-full | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ set foldenable | " explicitly enable code folding, since this con | |||
40 | set exrc | " enable exrc, a specific .exrc per project, which can contain usual .vimrc commands | 40 | set exrc | " enable exrc, a specific .exrc per project, which can contain usual .vimrc commands |
41 | set noequalalways | " do not evenly size windows when opening new or closing old | 41 | set noequalalways | " do not evenly size windows when opening new or closing old |
42 | set foldmethod=syntax | " foldlevel: syntax, indent, manual | 42 | set foldmethod=syntax | " foldlevel: syntax, indent, manual |
43 | set foldcolumn=1 | " if code folding gets used display it in the clutter bar, where line numbers live | 43 | set foldcolumn=0 | " I think I don't need this second indicator |
44 | set foldclose=all | " automatically fold, when the cursor leaves the folded area | 44 | set foldclose=all | " automatically fold, when the cursor leaves the folded area |
45 | set foldopen=block,hor,search | " when do we unfold? | 45 | set foldopen=block,hor,search | " when do we unfold? |
46 | set foldtext=Foldtext() | " | 46 | set foldtext=Foldtext() | " |