aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/dist.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/plugin/dist.vim')
-rw-r--r--vim/plugin/dist.vim16
1 files changed, 8 insertions, 8 deletions
diff --git a/vim/plugin/dist.vim b/vim/plugin/dist.vim
index eb814387..7c745e4f 100644
--- a/vim/plugin/dist.vim
+++ b/vim/plugin/dist.vim
@@ -1,15 +1,15 @@
" Skip loading some plugins:
" I manage plugins myself with Git and a Makefile
-let g:loaded_getscriptPlugin = 1
-let g:loaded_vimballPlugin = 1
+let loaded_getscriptPlugin = 1
+let loaded_vimballPlugin = 1
" Vim is the wrong tool for reading archives
-let g:loaded_tarPlugin = 1
-let g:loaded_zipPlugin = 1
+let loaded_tarPlugin = 1
+let loaded_zipPlugin = 1
" I prefer filtering text with Unix tools
-let g:loaded_logiPat = 1
+let loaded_logiPat = 1
" The shell, tab completion, and 'wildmenu' are good enough
-let g:loaded_netrwPlugin = 1
+let loaded_netrwPlugin = 1
" I don't use Vim servers
-let g:loaded_rrhelper = 1
+let loaded_rrhelper = 1
" I don't need extra spelling files
-let g:loaded_spellfile_plugin = 1
+let loaded_spellfile_plugin = 1