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.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/plugin/dist.vim b/vim/plugin/dist.vim
index f9cc6d18..eb814387 100644
--- a/vim/plugin/dist.vim
+++ b/vim/plugin/dist.vim
@@ -2,7 +2,7 @@
" I manage plugins myself with Git and a Makefile
let g:loaded_getscriptPlugin = 1
let g:loaded_vimballPlugin = 1
-" Vim is the wrong tool for reading archives or compressed text
+" Vim is the wrong tool for reading archives
let g:loaded_tarPlugin = 1
let g:loaded_zipPlugin = 1
" I prefer filtering text with Unix tools