comparison runtime/doc/pi_zip.txt @ 2581:e8a482a7fa6c

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Sun, 19 Sep 2010 19:01:21 +0200
parents 073ff46fe397
children fd09a9c8468e
comparison
equal deleted inserted replaced
2580:06aa43dde561 2581:e8a482a7fa6c
1 *pi_zip.txt* For Vim version 7.3. Last change: 2010 Apr 12 1 *pi_zip.txt* For Vim version 7.3. Last change: 2010 Sep 14
2 2
3 +====================+ 3 +====================+
4 | Zip File Interface | 4 | Zip File Interface |
5 +====================+ 5 +====================+
6 6
62 < 62 <
63 PREVENTING LOADING~ 63 PREVENTING LOADING~
64 64
65 If for some reason you do not wish to use vim to examine zipped files, 65 If for some reason you do not wish to use vim to examine zipped files,
66 you may put the following two variables into your <.vimrc> to prevent 66 you may put the following two variables into your <.vimrc> to prevent
67 the tar plugin from loading: > 67 the zip plugin from loading: >
68 68
69 let g:loaded_zipPlugin= 1 69 let g:loaded_zipPlugin= 1
70 let g:loaded_zip = 1 70 let g:loaded_zip = 1
71 <
72 < 71 <
73 72
74 ============================================================================== 73 ==============================================================================
75 3. Additional Extensions *zip-extension* 74 3. Additional Extensions *zip-extension*
76 75