aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-09-05 10:25:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-09-05 10:25:33 +1200
commit8f8dcc51ec5a1befd8e4cdc92b16658b7486bf7a (patch)
tree4bf0e2b005bff21d90f8678240696041e4691380 /vim
parentRequire at least one char in ftdetect filenames (diff)
downloaddotfiles-8f8dcc51ec5a1befd8e4cdc92b16658b7486bf7a.tar.gz
dotfiles-8f8dcc51ec5a1befd8e4cdc92b16658b7486bf7a.zip
Correct a comment in vim/plugin/dist.vim
Diffstat (limited to '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