Attached patches fix typos (its vs it's) in:
- vim7/runtime/doc/pi_zip.txt
- vim7/runtime/doc/pi_getscript.txt
-- Dominique
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---
Index: pi_zip.txt
===================================================================
RCS file: /cvsroot/vim/vim7/runtime/doc/pi_zip.txt,v
retrieving revision 1.17
diff -c -r1.17 pi_zip.txt
*** pi_zip.txt 12 May 2007 13:40:39 -0000 1.17
--- pi_zip.txt 30 May 2008 19:57:03 -0000
***************
*** 45,56 ****
*g:zip_unzipcmd*
Use this option to specify the program which does the duty of "unzip".
! Its used during browsing. By default: >
let g:zip_unzipcmd= "unzip"
<
*g:zip_zipcmd*
Use this option to specify the program which does the duty of "zip".
! Its used during the writing (updating) of a file already in a zip
file; by default: >
let g:zip_zipcmd= "zip"
<
--- 45,56 ----
*g:zip_unzipcmd*
Use this option to specify the program which does the duty of "unzip".
! It's used during browsing. By default: >
let g:zip_unzipcmd= "unzip"
<
*g:zip_zipcmd*
Use this option to specify the program which does the duty of "zip".
! It's used during the writing (updating) of a file already in a zip
file; by default: >
let g:zip_zipcmd= "zip"
<
Index: pi_getscript.txt
===================================================================
RCS file: /cvsroot/vim/vim7/runtime/doc/pi_getscript.txt,v
retrieving revision 1.3
diff -c -r1.3 pi_getscript.txt
*** pi_getscript.txt 12 May 2007 13:42:46 -0000 1.3
--- pi_getscript.txt 30 May 2008 20:01:33 -0000
***************
*** 76,82 ****
==============================================================================
3. GetLatestVimScripts Usage *glvs-usage* *:GLVS*
! Unless its been defined elsewhere, >
:GLVS
will invoke GetLatestVimScripts(). If some other plugin has defined that
command, then you may type
--- 76,82 ----
==============================================================================
3. GetLatestVimScripts Usage *glvs-usage* *:GLVS*
! Unless it's been defined elsewhere, >
:GLVS
will invoke GetLatestVimScripts(). If some other plugin has defined that
command, then you may type
***************
*** 194,200 ****
are, then you may include :AutoInstall: at the start of "yourscriptname".
GetLatestVimScripts commands for those scripts are then appended, if not
! already present, to the user's GetLatest/GetLatestVimScripts.dat file. Its a
relatively painless way to automate the acquisition of any scripts your
plugins depend upon.
--- 194,200 ----
are, then you may include :AutoInstall: at the start of "yourscriptname".
GetLatestVimScripts commands for those scripts are then appended, if not
! already present, to the user's GetLatest/GetLatestVimScripts.dat file. It's a
relatively painless way to automate the acquisition of any scripts your
plugins depend upon.