From b50f53cd8c1f9f702bd0e7e3011cbfce20a79bc6 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 15 Aug 2018 12:34:36 +1200 Subject: Allow loading gzip plugin Vim's help files are sometimes compressed, assuming this is available, so I'll put up with this. --- vim/plugin/dist.vim | 1 - 1 file changed, 1 deletion(-) (limited to 'vim/plugin') 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 -- cgit v1.2.3