X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=vim%2F.vim%2Fplugin%2Fdisables.vim;fp=vim%2F.vim%2Fplugin%2Fdisables.vim;h=bb39d028a14bd0378b2c54f154561fa95d9266f9;hb=9cbfa59ca421fac5422cbf0c2c52f48f8f2adb4c;hp=a412e42d5dd2824b328335a969a5d793a2e2a062;hpb=e21853080f5005ad6c6b548146d339abd197f28e;p=dotfiles.git diff --git a/vim/.vim/plugin/disables.vim b/vim/.vim/plugin/disables.vim index a412e42..bb39d02 100644 --- a/vim/.vim/plugin/disables.vim +++ b/vim/.vim/plugin/disables.vim @@ -1,7 +1,9 @@ -let g:loaded_2html_plugin = 1 -let g:loaded_getscriptPlugin = 1 -let g:loaded_logipat = 1 -let g:loaded_rrhelper = 1 -let g:loaded_spellfile_plugin = 1 -let g:loaded_vimballPlugin = 1 -let g:loaded_vimball = 1 +vim9script + +g:loaded_2html_plugin = 1 +g:loaded_getscriptPlugin = 1 +g:loaded_logipat = 1 +g:loaded_rrhelper = 1 +g:loaded_spellfile_plugin = 1 +g:loaded_vimballPlugin = 1 +g:loaded_vimball = 1