summaryrefslogtreecommitdiffstats
path: root/runtime/doc/pi_getscript.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 17:35:54 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 17:35:54 +0000
commit7263a77b998151fa95666d9a379fcc2dd8725ba3 (patch)
treeef44aa3904439a0766f47b71e30f3c2a61d97c89 /runtime/doc/pi_getscript.txt
parent2bb8df23dc2065304d9fab28be07ba6a7362be6d (diff)
updated for version 7.1b
Diffstat (limited to 'runtime/doc/pi_getscript.txt')
-rw-r--r--runtime/doc/pi_getscript.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/runtime/doc/pi_getscript.txt b/runtime/doc/pi_getscript.txt
index 10d9387fd3..23eee4e2d2 100644
--- a/runtime/doc/pi_getscript.txt
+++ b/runtime/doc/pi_getscript.txt
@@ -1,4 +1,4 @@
-*pi_getscript.txt* For Vim version 7.1a. Last change: 2007 Apr 26
+*pi_getscript.txt* For Vim version 7.1b. Last change: 2007 May 08
>
GETSCRIPT REFERENCE MANUAL by Charles E. Campbell, Jr.
<
@@ -136,7 +136,7 @@ insures that GetLatestVimScripts will assume that the script it has is
out-of-date.
The SourceID is extracted by GetLatestVimScripts from the script's page on
-vim.sf.net; whenever its greater than the one stored in the
+vim.sf.net; whenever it's greater than the one stored in the
GetLatestVimScripts.dat file, the script will be downloaded
(see |GetLatestVimScripts_dat|).
@@ -309,7 +309,7 @@ so-called script-id. Within the webpage of
is a line specifying the latest source-id (src_id). The source identifier
numbers are always increasing, hence if the src_id is greater than the one
-recorded for the script in GetLatestVimScripts then its time to download a
+recorded for the script in GetLatestVimScripts then it's time to download a
newer copy of that script.
GetLatestVimScripts will then download the script and update its internal
@@ -335,6 +335,8 @@ The AutoInstall process will:
==============================================================================
9. GetLatestVimScripts History *getscript-history* *glvs-hist* {{{1
+v24 Apr 16, 2007 : * removed save&restore of the fo option during script
+ loading
v23 Nov 03, 2006 : * ignores comments (#...)
* handles vimballs
v22 Oct 13, 2006 : * supports automatic use of curl if wget is not