diff --git a/ftplugin/vimwiki.vim b/ftplugin/vimwiki.vim index af6758b..b75ea1f 100644 --- a/ftplugin/vimwiki.vim +++ b/ftplugin/vimwiki.vim @@ -8,15 +8,6 @@ endif let b:did_ftplugin = 1 " Don't load another plugin for this buffer -" UNDO list {{{ -" Reset the following options to undo this plugin. -let b:undo_ftplugin = "setlocal ". - \ "suffixesadd< isfname< formatlistpat< ". - \ "formatoptions< foldtext< ". - \ "foldmethod< foldexpr< commentstring< tags< omnifunc< autoindent< ". - \ "smartindent< cindent< comments< formatoptions<" -" UNDO }}} - " MISC STUFF {{{ setlocal commentstring=%%%s