Skip to content

Commit 5fea86b

Browse files
authored
Merge pull request #224 from mnishz/pi_getscript_for_Vim_8.1
Update pi_getscript from Vim 8.0 to 8.1
2 parents f0a40f9 + fd28069 commit 5fea86b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc/pi_getscript.jax

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_getscript.txt* For Vim バージョン 8.0. Last change: 2013 Nov 29
1+
*pi_getscript.txt* For Vim バージョン 8.1. Last change: 2017 Aug 01
22
>
33
GETSCRIPT REFERENCE MANUAL by Charles E. Campbell
44
<
@@ -9,7 +9,7 @@ Copyright: (c) 2004-2012 by Charles E. Campbell *glvs-copyright*
99
The VIM LICENSE (see |copyright|) applies to the files in this
1010
package, including getscriptPlugin.vim, getscript.vim,
1111
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
1313
associated files are provided *as is* and comes with no warranty of
1414
any kind, either expressed or implied. No guarantees of
1515
merchantability. No guarantees of suitability for any purpose. By
@@ -66,7 +66,7 @@ GetLatestVimScripts の動作には wget か curl が必要です。
6666
mv GetLatestVimScripts.dist GetLatestVimScripts.dat
6767
(GetLatestVimScripts.dat を編集して、インストールしたいプラグ
6868
インの一覧を書いてください。|GetLatestVimScripts_dat| 参照)
69-
69+
7070
3. Windows:
7171
vim getscript.vba
7272
:so %
@@ -127,7 +127,7 @@ GetLatest/GetLatestVimScripts.dist ファイルはそのようなデータファ
127127

128128
一列目の数値はスクリプトの ScriptID です。Web ブラウザーで http://vim.sf.net/
129129
にあるスクリプトを探すとき、スクリプトへのリンクにマウスカーソルを合わせると、
130-
次のような url が確認できますが
130+
次のような URL が確認できますが
131131

132132
http://vim.sourceforge.net/scripts/script.php?script_id=40
133133

en/pi_getscript.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_getscript.txt* For Vim version 7.0. Last change: 2013 Nov 29
1+
*pi_getscript.txt* For Vim version 8.1. Last change: 2017 Aug 01
22
>
33
GETSCRIPT REFERENCE MANUAL by Charles E. Campbell
44
<
@@ -9,7 +9,7 @@ Copyright: (c) 2004-2012 by Charles E. Campbell *glvs-copyright*
99
The VIM LICENSE (see |copyright|) applies to the files in this
1010
package, including getscriptPlugin.vim, getscript.vim,
1111
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
1313
associated files are provided *as is* and comes with no warranty of
1414
any kind, either expressed or implied. No guarantees of
1515
merchantability. No guarantees of suitability for any purpose. By
@@ -68,7 +68,7 @@ Your computer needs to have wget or curl for GetLatestVimScripts to do its work.
6868
mv GetLatestVimScripts.dist GetLatestVimScripts.dat
6969
(edit GetLatestVimScripts.dat to install your own personal
7070
list of desired plugins -- see |GetLatestVimScripts_dat|)
71-
71+
7272
3. Windows:
7373
vim getscript.vba
7474
:so %
@@ -389,7 +389,7 @@ v36 Apr 22, 2013 : * (glts) suggested use of plugin/**/*.vim instead of
389389
plugin/*.vim in globpath() call.
390390
* (Andy Wokula) got warning message when setting
391391
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
393393
changed (somewhat). However, it doesn't work, and
394394
the original one does (under Linux). I'll make it
395395
yet-another-option.

0 commit comments

Comments
 (0)