comparison runtime/doc/pi_getscript.txt @ 3281:af1e8a1714c2

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Fri, 20 Jan 2012 21:08:56 +0100
parents fd09a9c8468e
children 22fa3049e934
comparison
equal deleted inserted replaced
3280:aa265b7165cc 3281:af1e8a1714c2
1 *pi_getscript.txt* For Vim version 7.0. Last change: 2011 May 31 1 *pi_getscript.txt* For Vim version 7.0. Last change: 2011 Jun 23
2 > 2 >
3 GETSCRIPT REFERENCE MANUAL by Charles E. Campbell, Jr. 3 GETSCRIPT REFERENCE MANUAL by Charles E. Campbell, Jr.
4 < 4 <
5 Authors: Charles E. Campbell, Jr. <NdrOchip@ScampbellPfamilyA.Mbiz> 5 Authors: Charles E. Campbell, Jr. <NdrOchip@ScampbellPfamilyA.Mbiz>
6 (remove NOSPAM from the email address) 6 (remove NOSPAM from the email address)
7 *GetLatestVimScripts-copyright* 7 *GetLatestVimScripts-copyright*
8 Copyright: (c) 2004-2010 by Charles E. Campbell, Jr. *glvs-copyright* 8 Copyright: (c) 2004-2012 by Charles E. Campbell, Jr. *glvs-copyright*
9 The VIM LICENSE applies to getscript.vim and 9 The VIM LICENSE (see |copyright|) applies to the files in this
10 pi_getscript.txt (see |copyright|) except use 10 package, including getscriptPlugin.vim, getscript.vim,
11 "getscript" instead of "Vim". No warranty, express or implied. 11 GetLatestVimScripts.dist, and pi_getscript.txt, except use "getscript"
12 Use At-Your-Own-Risk. 12 instead of "VIM". Like anything else that's free, getscript and its
13 associated files are provided *as is* and comes with no warranty of
14 any kind, either expressed or implied. No guarantees of
15 merchantability. No guarantees of suitability for any purpose. By
16 using this plugin, you agree that in no event will the copyright
17 holder be liable for any damages resulting from the use of this
18 software. Use at your own risk!
13 19
14 Getscript is a plugin that simplifies retrieval of the latest versions of the 20 Getscript is a plugin that simplifies retrieval of the latest versions of the
15 scripts that you yourself use! Typing |:GLVS| will invoke getscript; it will 21 scripts that you yourself use! Typing |:GLVS| will invoke getscript; it will
16 then use the <GetLatestVimScripts.dat> (see |GetLatestVimScripts_dat|) file to 22 then use the <GetLatestVimScripts.dat> (see |GetLatestVimScripts_dat|) file to
17 get the latest versions of scripts listed therein from http://vim.sf.net/. 23 get the latest versions of scripts listed therein from http://vim.sf.net/.
372 378
373 379
374 ============================================================================== 380 ==============================================================================
375 9. GetLatestVimScripts History *getscript-history* *glvs-hist* {{{1 381 9. GetLatestVimScripts History *getscript-history* *glvs-hist* {{{1
376 382
383 v44 Jun 23, 2011 : * handles additional decompression options for tarballs
384 (tgz taz tbz txz)
377 v33 May 31, 2011 : * using fnameescape() instead of escape() 385 v33 May 31, 2011 : * using fnameescape() instead of escape()
378 * *.xz support 386 * *.xz support
379 v32 Jun 19, 2010 : * (Jan Steffens) added support for xz compression 387 v32 Jun 19, 2010 : * (Jan Steffens) added support for xz compression
380 v31 Jun 29, 2008 : * (Bill McCarthy) fixed having hls enabled with getscript 388 v31 Jun 29, 2008 : * (Bill McCarthy) fixed having hls enabled with getscript
381 * (David Schaefer) the acd option interferes with vimballs 389 * (David Schaefer) the acd option interferes with vimballs