Disabling folds by default.

This commit is contained in:
Bruce Hill 2018-07-27 13:20:09 -07:00
parent 84e32a5abd
commit 4d89ece7b9

View File

@ -11,5 +11,6 @@ setlocal formatoptions-=t
setlocal iskeyword+=%
setlocal cpoptions+=M
setlocal foldmethod=indent
normal zR
let b:undo_ftplugin = "setlocal formatoptions<"