Fixed up undo_ftplugin to be a good citizen.

This commit is contained in:
Bruce Hill 2018-07-27 13:47:29 -07:00
parent 4d89ece7b9
commit 7bb1a72385

View File

@ -13,4 +13,6 @@ setlocal cpoptions+=M
setlocal foldmethod=indent
normal zR
let b:undo_ftplugin = "setlocal formatoptions<"
command! NomsuHideTests :g/^\s*test:$/exe "normal! jzc"
let b:undo_ftplugin = "setlocal formatoptions< iskeyword< cpoptions< foldmethod<"