comparison runtime/doc/pi_getscript.txt @ 19116:9b7f90e56753

Update runtime files. Commit: https://github.com/vim/vim/commit/8024f936368336241406137a2fa78ed5ee9000a6 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 14 19:29:13 2020 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jan 2020 19:30:04 +0100
parents 1a951a4beee3
children f8116058ca76
comparison
equal deleted inserted replaced
19115:7c7cf6b1e1cf 19116:9b7f90e56753
1 *pi_getscript.txt* For Vim version 7.0. Last change: 2013 Nov 29 1 *pi_getscript.txt* For Vim version 8.2. Last change: 2017 Aug 01
2 > 2 >
3 GETSCRIPT REFERENCE MANUAL by Charles E. Campbell 3 GETSCRIPT REFERENCE MANUAL by Charles E. Campbell
4 < 4 <
5 Author: Charles E. Campbell <NcampObell@SdrPchip.AorgM-NOSPAM> 5 Author: Charles E. Campbell <NcampObell@SdrPchip.AorgM-NOSPAM>
6 (remove NOSPAM from the email address) 6 (remove NOSPAM from the email address)
7 *GetLatestVimScripts-copyright* 7 *GetLatestVimScripts-copyright*
8 Copyright: (c) 2004-2012 by Charles E. Campbell *glvs-copyright* 8 Copyright: (c) 2004-2012 by Charles E. Campbell *glvs-copyright*
9 The VIM LICENSE (see |copyright|) applies to the files in this 9 The VIM LICENSE (see |copyright|) applies to the files in this
10 package, including getscriptPlugin.vim, getscript.vim, 10 package, including getscriptPlugin.vim, getscript.vim,
11 GetLatestVimScripts.dist, and pi_getscript.txt, except use "getscript" 11 GetLatestVimScripts.dist, and pi_getscript.txt, except use "getscript"
12 instead of "VIM". Like anything else that's free, getscript and its 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 13 associated files are provided *as is* and comes with no warranty of
14 any kind, either expressed or implied. No guarantees of 14 any kind, either expressed or implied. No guarantees of
15 merchantability. No guarantees of suitability for any purpose. By 15 merchantability. No guarantees of suitability for any purpose. By
16 using this plugin, you agree that in no event will the copyright 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 17 holder be liable for any damages resulting from the use of this
66 :q 66 :q
67 cd ~/.vim/GetLatest 67 cd ~/.vim/GetLatest
68 mv GetLatestVimScripts.dist GetLatestVimScripts.dat 68 mv GetLatestVimScripts.dist GetLatestVimScripts.dat
69 (edit GetLatestVimScripts.dat to install your own personal 69 (edit GetLatestVimScripts.dat to install your own personal
70 list of desired plugins -- see |GetLatestVimScripts_dat|) 70 list of desired plugins -- see |GetLatestVimScripts_dat|)
71 71
72 3. Windows: 72 3. Windows:
73 vim getscript.vba 73 vim getscript.vba
74 :so % 74 :so %
75 :q 75 :q
76 cd **path-to-vimfiles**/GetLatest 76 cd **path-to-vimfiles**/GetLatest
387 387
388 v36 Apr 22, 2013 : * (glts) suggested use of plugin/**/*.vim instead of 388 v36 Apr 22, 2013 : * (glts) suggested use of plugin/**/*.vim instead of
389 plugin/*.vim in globpath() call. 389 plugin/*.vim in globpath() call.
390 * (Andy Wokula) got warning message when setting 390 * (Andy Wokula) got warning message when setting
391 g:loaded_getscriptPlugin 391 g:loaded_getscriptPlugin
392 v35 Apr 07, 2012 : * (MengHuan Yu) pointed out that the script url has 392 v35 Apr 07, 2012 : * (MengHuan Yu) pointed out that the script URL has
393 changed (somewhat). However, it doesn't work, and 393 changed (somewhat). However, it doesn't work, and
394 the original one does (under Linux). I'll make it 394 the original one does (under Linux). I'll make it
395 yet-another-option. 395 yet-another-option.
396 v34 Jun 23, 2011 : * handles additional decompression options for tarballs 396 v34 Jun 23, 2011 : * handles additional decompression options for tarballs
397 (tgz taz tbz txz) 397 (tgz taz tbz txz)
477 * Fixed a bug: a string-of-numbers is not the 477 * Fixed a bug: a string-of-numbers is not the
478 same as a number, so I added zero to them 478 same as a number, so I added zero to them
479 and they became numbers. Fixes comparison. 479 and they became numbers. Fixes comparison.
480 480
481 ============================================================================== 481 ==============================================================================
482 vim:tw=78:ts=8:ft=help:fdm=marker 482 vim:tw=78:ts=8:noet:ft=help:fdm=marker