Fix more regression bugs

This commit is contained in:
EinfachToll
2017-11-11 21:52:07 +01:00
parent d5ed58f763
commit 4e16db926f
5 changed files with 23 additions and 12 deletions

View File

@ -13,7 +13,8 @@ let b:did_ftplugin = 1 " Don't load another plugin for this buffer
let b:undo_ftplugin = "setlocal ".
\ "suffixesadd< isfname< formatlistpat< ".
\ "formatoptions< foldtext< ".
\ "foldmethod< foldexpr< commentstring< "
\ "foldmethod< foldexpr< commentstring< tags< omnifunc< autoindent< ".
\ "smartindent< cindent< comments< formatoptions<"
" UNDO }}}
" MISC STUFF {{{