From 8f8dcc51ec5a1befd8e4cdc92b16658b7486bf7a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 5 Sep 2018 10:25:33 +1200 Subject: Correct a comment in vim/plugin/dist.vim --- vim/plugin/dist.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3