diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-09-19 19:01:21 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-09-19 19:01:21 +0200 |
commit | 24ea3babeda2d2b789c6452962864624de1310f0 (patch) | |
tree | 2bf9898d29896fc3e570aca045d0e938f905d8e2 /runtime/doc/pi_zip.txt | |
parent | 60bb4e1b46e94284558e37016733474b030cab47 (diff) | |
download | vim-git-24ea3babeda2d2b789c6452962864624de1310f0.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/pi_zip.txt')
-rw-r--r-- | runtime/doc/pi_zip.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/doc/pi_zip.txt b/runtime/doc/pi_zip.txt index 7b7247745..6ad6e31ee 100644 --- a/runtime/doc/pi_zip.txt +++ b/runtime/doc/pi_zip.txt @@ -1,4 +1,4 @@ -*pi_zip.txt* For Vim version 7.3. Last change: 2010 Apr 12 +*pi_zip.txt* For Vim version 7.3. Last change: 2010 Sep 14 +====================+ | Zip File Interface | @@ -64,12 +64,11 @@ Copyright: Copyright (C) 2005-2009 Charles E Campbell, Jr *zip-copyright* If for some reason you do not wish to use vim to examine zipped files, you may put the following two variables into your <.vimrc> to prevent - the tar plugin from loading: > + the zip plugin from loading: > let g:loaded_zipPlugin= 1 let g:loaded_zip = 1 < -< ============================================================================== 3. Additional Extensions *zip-extension* |