1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-11-05 06:29:02 -08:00

disable syntax folds due to hangs

This commit is contained in:
Connor Olding 2014-06-02 13:13:37 -07:00
parent 65df9c65c8
commit 5723bde17d

View file

@ -63,7 +63,7 @@ set smartcase " except when uppercase is used
set infercase " use existing case when ins-completing
set foldmethod=syntax
set foldmethod=marker
set foldlevelstart=99 " start with everything unfolded
if 0