aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-16 12:37:53 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-16 12:37:53 +1200
commit16ad1c0453675ae097a030b92060e53344a7b863 (patch)
tree1ca7efef09d3f9491847f26e3a910e584b29a789 /vim/plugin
parentMerge branch 'release/v1.53.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-16ad1c0453675ae097a030b92060e53344a7b863.tar.gz
dotfiles-16ad1c0453675ae097a030b92060e53344a7b863.zip
Merge branch 'release/v1.54.0'v1.54.0
* release/v1.54.0: Bump VERSION Add per-flag comments for 'bsk', 'ssop' Use slightly more correct dir definitions Bind Alt-' in readline to insert '\'' for shell Allow loading gzip plugin Simplify g:is_posix unset, add g:is_kornshell
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