aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-15 12:34:36 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-15 12:34:36 +1200
commitb50f53cd8c1f9f702bd0e7e3011cbfce20a79bc6 (patch)
treede4384d51372f16a346662754fab8c9e568dd9f1 /vim/plugin
parentSimplify g:is_posix unset, add g:is_kornshell (diff)
downloaddotfiles-b50f53cd8c1f9f702bd0e7e3011cbfce20a79bc6.tar.gz
dotfiles-b50f53cd8c1f9f702bd0e7e3011cbfce20a79bc6.zip
Allow loading gzip plugin
Vim's help files are sometimes compressed, assuming this is available, so I'll put up with this.
Diffstat (limited to 'vim/plugin')
-rw-r--r--vim/plugin/dist.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/vim/plugin/dist.vim b/vim/plugin/dist.vim
index ac3671a2..37fc9042 100644
--- a/vim/plugin/dist.vim
+++ b/vim/plugin/dist.vim
@@ -3,7 +3,6 @@
let g:loaded_getscriptPlugin = 1
let g:loaded_vimballPlugin = 1
" Vim is the wrong tool for reading archives or compressed text
-let g:loaded_gzip = 1
let g:loaded_tarPlugin = 1
let g:loaded_zipPlugin = 1
" I prefer filtering text with Unix tools