Skip to content

Commit 0b17044

Browse files
authored
Merge pull request #533 from vim-jp/update_if_some
Update if_*.{txt,jax}
2 parents e19d435 + 51ad36d commit 0b17044

16 files changed

+43
-83
lines changed

doc/if_cscop.jax

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_cscop.txt* For Vim バージョン 8.1. Last change: 2018 Jan 21
1+
*if_cscop.txt* For Vim バージョン 8.1. Last change: 2019 May 05
22

33

44
VIMリファレンスマニュアル by Andy Kahn
@@ -21,7 +21,6 @@ ctagsの代わりとみなせる。Vimではタグにジャンプするように
2121
7. 入手法と情報 |cscope-info|
2222

2323
現在のところUNIXとWin32で使える。
24-
{Vi にはこれらのコマンドはない}
2524

2625
==============================================================================
2726
1. Cscopeの紹介 *cscope-intro*

doc/if_lua.jax

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_lua.txt* For Vim バージョン 8.1. Last change: 2015 Oct 16
1+
*if_lua.txt* For Vim バージョン 8.1. Last change: 2019 May 05
22

33

44
VIMリファレンスマニュアル by Luis Carvalho
@@ -17,17 +17,14 @@ Vim の Lua インターフェイス *lua* *Lua*
1717
9. luaeval() Vim 関数 |lua-luaeval|
1818
10. 動的ローディング |lua-dynamic|
1919

20-
{Vi にはこれらのコマンドはありません}
21-
22-
Lua インターフェイスは Vim が |+lua| 機能付きでコンパイルされたときのみ利用で
23-
きます。
20+
{Vim が |+lua| 機能付きでコンパイルされたときのみ利用できます}
2421

2522
==============================================================================
2623
1. コマンド *lua-commands*
2724

2825
*:lua*
2926
:[range]lua {chunk}
30-
Lua チャンク {chunk} を実行する。 {Vi にはありません}
27+
Lua チャンク {chunk} を実行する。
3128

3229
例:
3330
>
@@ -39,7 +36,6 @@ Lua インターフェイスは Vim が |+lua| 機能付きでコンパイルさ
3936
{script}
4037
{endmarker}
4138
Lua スクリプト {script} を実行する。
42-
{Vi にはありません}
4339
Note: このコマンドは Lua が組み込まれていない場合は機
4440
能しません。エラーを避けるには |script-here| を参照。
4541

@@ -68,7 +64,6 @@ Lua インターフェイスは Vim が |+lua| 機能付きでコンパイルさ
6864
渡されます。関数の戻り値が文字列なら行のテキストはその
6965
文字列で置換されます。[range] を省略するとすべてのファ
7066
イル ("1,$") が処理されます。
71-
{Vi にはありません}
7267

7368
例:
7469
>
@@ -83,7 +78,6 @@ Lua インターフェイスは Vim が |+lua| 機能付きでコンパイルさ
8378
*:luafile*
8479
:[range]luafile {file}
8580
{file} 内の Lua スクリプトを実行する。
86-
{Vi にはありません}
8781
引数全体で一つのファイル名として認識されます。
8882

8983
例:

doc/if_mzsch.jax

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_mzsch.txt* For Vim バージョン 8.1. Last change: 2017 Oct 08
1+
*if_mzsch.txt* For Vim バージョン 8.1. Last change: 2019 May 05
22

33

44
VIMリファレンスマニュアル by Sergey Khorev
@@ -15,10 +15,7 @@ Vim の MzScheme インターフェイス *mzscheme* *MzScheme*
1515
7. 動的ローディング |mzscheme-dynamic|
1616
8. MzSchemeのセットアップ |mzscheme-setup|
1717

18-
{Vi にはこれらのコマンドはありません}
19-
20-
MzScheme インターフェイスは、Vim が |+mzscheme| 機能付きでコンパイルされたとき
21-
のみ利用できます。
18+
{Vim が |+mzscheme| 機能付きでコンパイルされたときのみ利用できます}
2219

2320
Brent Fulgham の作業にもとづいています。
2421
動的ローディングは Sergey Khorev によって追加されました。
@@ -40,7 +37,6 @@ Racket 5.x (5.3.1も含む) の futures と places は Vim から作成された
4037
*:mzscheme* *:mz*
4138
:[range]mz[scheme] {stmt}
4239
MzScheme のステートメント {stmt} を実行します。
43-
{Vi にはありません}
4440

4541
:[range]mz[scheme] << {endmarker}
4642
{script}
@@ -52,7 +48,6 @@ Racket 5.x (5.3.1も含む) の futures と places は Vim から作成された
5248

5349
*:mzfile* *:mzf*
5450
:[range]mzf[ile] {file} {file} 内の MzScheme スクリプトを実行します。
55-
{Vi にはありません}
5651

5752
これらのコマンドは、本質的には同じことを行います - つまり、MzScheme のコードを、
5853
与えられた "現在の範囲" に対して実行します。

doc/if_ole.jax

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_ole.txt* For Vim バージョン 8.1. Last change: 2008 Aug 16
1+
*if_ole.txt* For Vim バージョン 8.1. Last change: 2019 May 05
22

33

44
VIMリファレンスマニュアル by Paul Moore
@@ -12,10 +12,9 @@ VimへのOLEインターフェイス *ole-interface*
1212
4. 登録 |ole-registration|
1313
5. MS Visual Studioとの統合 |MSVisualStudio|
1414

15-
{Vi にはこれらのコマンドはない}
15+
{Vim が |+ole| 機能付きでコンパイルされたときのみ利用できる。
16+
src/if_ole.INSTALLを参照}
1617

17-
OLE は|+ole|機能と共にコンパイルされたときのみ有効である。
18-
src/if_ole.INSTALLを参照せよ。
1918
代わりにクライアント、サーバー型の通信を使うこともできる|clientserver|
2019

2120
==============================================================================

doc/if_perl.jax

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_perl.txt* For Vim バージョン 8.1. Last change: 2019 Jan 29
1+
*if_perl.txt* For Vim バージョン 8.1. Last change: 2019 May 05
22

33

44
VIMリファレンスマニュアル by Sven Verdoolaege
@@ -11,10 +11,7 @@ Perl と Vim *perl* *Perl*
1111
3. Perl インターフェイスを使う |perl-using|
1212
4. 動的ローディング |perl-dynamic|
1313

14-
{Vi にはこれらのコマンドはありません}
15-
16-
Perl インターフェイスは、Vim を |+perl| 機能付きでコンパイルしている場合にのみ
17-
利用できます。
14+
{Vim が |+perl| 機能付きでコンパイルされている場合にのみ利用できます}
1815

1916
==============================================================================
2017
1. Perl のファイルを編集する *perl-editing*

doc/if_pyth.jax

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_pyth.txt* For Vim バージョン 8.1. Last change: 2018 Jan 30
1+
*if_pyth.txt* For Vim バージョン 8.1. Last change: 2019 May 04
22

33

44
VIMリファレンスマニュアル by Paul Moore
@@ -19,8 +19,6 @@ VimのPythonインターフェイス *python* *Python*
1919
11. Python X |python_x|
2020
12. Python 対応付きでビルドする |python-building|
2121

22-
{Vi にはこれらのコマンドはありません}
23-
2422
Python 2.x インターフェイスは Vim が |+python| 機能付きでコンパイルされたとき
2523
のみ利用できます。
2624
Python 3 インターフェイスは Vim が |+python3| 機能付きでコンパイルされたときの
@@ -73,7 +71,6 @@ Note: Pythonはインデントに関して非常に繊細です。"class" の行
7371
を返さなければなりません。文字列を返すと行がその文字列
7472
で置換されます。[range] を指定しなかった場合は "1,$"
7573
(ファイル全体) が範囲となります。
76-
{Vi にはない}
7774

7875
例:
7976
>
@@ -95,7 +92,7 @@ Pythonを使って範囲をフィルタリングするには、`:py` と組み
9592
*:pyfile* *:pyf*
9693
:[range]pyf[ile] {file}
9794
{file}内のPythonスクリプトを実行します。引数はそのまま
98-
一つのファイル名として使われます。{Vi にはありません}
95+
一つのファイル名として使われます。
9996

10097
これら2つのコマンドは、本質的には同じことを行います - つまり、Pythonのコード
10198
を、与えられた "現在の範囲" |python-range| に対して実行します。

doc/if_ruby.jax

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_ruby.txt* For Vim バージョン 8.1. Last change: 2019 Jan 29
1+
*if_ruby.txt* For Vim バージョン 8.1. Last change: 2019 May 05
22

33

44
VIM リファレンスマニュアル by Shugo Maeda
@@ -14,11 +14,9 @@ Rubyインターフェイス *ruby* *Ruby*
1414
6. rubyeval() Vim 関数 |ruby-rubyeval|
1515
7. 動的ローディング |ruby-dynamic|
1616

17-
{Vi にはこれらのコマンドはない}
1817
*E266* *E267* *E268* *E269* *E270* *E271* *E272* *E273*
1918

20-
Rubyインターフェイスは|+ruby|機能を有効化してVimをコンパイルした時にのみ動作す
21-
る。
19+
{Vim が |+ruby| 機能付きでコンパイルされている場合にのみ利用できる}
2220

2321
Rubyのホームページは http://www.ruby-lang.org/ である。ここでRubyをダウンロー
2422
ドできる。

doc/if_tcl.jax

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_tcl.txt* For Vim バージョン 8.1. Last change: 2016 Jan 01
1+
*if_tcl.txt* For Vim バージョン 8.1. Last change: 2019 May 05
22

33

44
VIMリファレンスマニュアル by Ingo Wilken
@@ -16,9 +16,8 @@ VimへのTclインターフェイス *tcl* *Tcl* *TCL*
1616
8. 例 |tcl-examples|
1717
9. 動的ローディング |tcl-dynamic|
1818

19-
{Vi にはこれらのコマンドはない} *E280*
20-
21-
Tclインターフェイスは、Vimが|+tcl|機能と共にコンパイルされたときのみ機能する。
19+
*E280*
20+
{Vimが |+tcl| 機能付きでコンパイルされている場合にのみ利用できる}
2221

2322
警告: 多分まだいくらかのバグが残っている。バグレポート、コメント、意見などが
2423
あったら、<[email protected]>まで送ってください。
@@ -65,12 +64,12 @@ Tclインターフェイスは、Vimが|+tcl|機能と共にコンパイルさ
6564
削除したりすることはできない。{cmd}がエラーを返せば、
6665
コマンドは中断される。[range]の標準値はファイルの全て
6766
"1,$" である。|tcl-var-line||tcl-var-lnum|を参照せ
68-
よ。 {Vi にはない}
67+
よ。
6968

7069
*:tclfile* *:tclf*
7170
:tclf[ile] {file} {file}内のTclスクリプトを実行する。これは、
7271
":tcl source {file}" と同じであるが、ファイル名の補完
73-
が有効である。{Vi にはない}
72+
が有効である。
7473

7574

7675
Tclオブジェクト(変数のようなもの)は、Tclシェル内でと同様、1つのコマンドから次

en/if_cscop.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_cscop.txt* For Vim version 8.1. Last change: 2018 Jan 21
1+
*if_cscop.txt* For Vim version 8.1. Last change: 2019 May 05
22

33

44
VIM REFERENCE MANUAL by Andy Kahn
@@ -21,7 +21,6 @@ functions as you normally would with |tags|.
2121
7. Availability & Information |cscope-info|
2222

2323
This is currently for Unix and Win32 only.
24-
{Vi does not have any of these commands}
2524

2625
==============================================================================
2726
1. Cscope introduction *cscope-intro*

en/if_lua.txt

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_lua.txt* For Vim version 8.1. Last change: 2015 Oct 16
1+
*if_lua.txt* For Vim version 8.1. Last change: 2019 May 05
22

33

44
VIM REFERENCE MANUAL by Luis Carvalho
@@ -17,17 +17,14 @@ The Lua Interface to Vim *lua* *Lua*
1717
9. luaeval() Vim function |lua-luaeval|
1818
10. Dynamic loading |lua-dynamic|
1919

20-
{Vi does not have any of these commands}
21-
22-
The Lua interface is available only when Vim was compiled with the
23-
|+lua| feature.
20+
{only available when Vim was compiled with the |+lua| feature}
2421

2522
==============================================================================
2623
1. Commands *lua-commands*
2724

2825
*:lua*
2926
:[range]lua {chunk}
30-
Execute Lua chunk {chunk}. {not in Vi}
27+
Execute Lua chunk {chunk}.
3128

3229
Examples:
3330
>
@@ -38,7 +35,7 @@ Examples:
3835
:[range]lua << {endmarker}
3936
{script}
4037
{endmarker}
41-
Execute Lua script {script}. {not in Vi}
38+
Execute Lua script {script}.
4239
Note: This command doesn't work when the Lua
4340
feature wasn't compiled in. To avoid errors, see
4441
|script-here|.
@@ -75,7 +72,6 @@ If you use LuaJIT you can also use this: >
7572
If the value returned by the function is a string it
7673
becomes the text of the line in the current turn. The
7774
default for [range] is the whole file: "1,$".
78-
{not in Vi}
7975

8076
Examples:
8177
>
@@ -89,7 +85,7 @@ Examples:
8985

9086
*:luafile*
9187
:[range]luafile {file}
92-
Execute Lua script in {file}. {not in Vi}
88+
Execute Lua script in {file}.
9389
The whole argument is used as a single file name.
9490

9591
Examples:

en/if_mzsch.txt

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_mzsch.txt* For Vim version 8.1. Last change: 2017 Oct 08
1+
*if_mzsch.txt* For Vim version 8.1. Last change: 2019 May 05
22

33

44
VIM REFERENCE MANUAL by Sergey Khorev
@@ -15,10 +15,7 @@ The MzScheme Interface to Vim *mzscheme* *MzScheme*
1515
7. Dynamic loading |mzscheme-dynamic|
1616
8. MzScheme setup |mzscheme-setup|
1717

18-
{Vi does not have any of these commands}
19-
20-
The MzScheme interface is available only if Vim was compiled with the
21-
|+mzscheme| feature.
18+
{only available when Vim was compiled with the |+mzscheme| feature}
2219

2320
Based on the work of Brent Fulgham.
2421
Dynamic loading added by Sergey Khorev
@@ -40,7 +37,7 @@ To speed up the process, you might also want to use --disable-gracket and
4037

4138
*:mzscheme* *:mz*
4239
:[range]mz[scheme] {stmt}
43-
Execute MzScheme statement {stmt}. {not in Vi}
40+
Execute MzScheme statement {stmt}.
4441

4542
:[range]mz[scheme] << {endmarker}
4643
{script}
@@ -51,7 +48,7 @@ To speed up the process, you might also want to use --disable-gracket and
5148
|script-here|.
5249

5350
*:mzfile* *:mzf*
54-
:[range]mzf[ile] {file} Execute the MzScheme script in {file}. {not in Vi}
51+
:[range]mzf[ile] {file} Execute the MzScheme script in {file}.
5552

5653
All of these commands do essentially the same thing - they execute a piece of
5754
MzScheme code, with the "current range" set to the given line

en/if_ole.txt

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_ole.txt* For Vim version 8.1. Last change: 2008 Aug 16
1+
*if_ole.txt* For Vim version 8.1. Last change: 2019 May 05
22

33

44
VIM REFERENCE MANUAL by Paul Moore
@@ -12,10 +12,8 @@ The OLE Interface to Vim *ole-interface*
1212
4. Registration |ole-registration|
1313
5. MS Visual Studio integration |MSVisualStudio|
1414

15-
{Vi does not have any of these commands}
16-
17-
OLE is only available when compiled with the |+ole| feature. See
18-
src/if_ole.INSTALL.
15+
{only available when compiled with the |+ole| feature. See
16+
src/if_ole.INSTALL}
1917
An alternative is using the client-server communication |clientserver|.
2018

2119
==============================================================================

en/if_perl.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_perl.txt* For Vim version 8.1. Last change: 2019 Jan 29
1+
*if_perl.txt* For Vim version 8.1. Last change: 2019 May 05
22

33

44
VIM REFERENCE MANUAL by Sven Verdoolaege
@@ -11,9 +11,7 @@ Perl and Vim *perl* *Perl*
1111
3. Using the Perl interface |perl-using|
1212
4. Dynamic loading |perl-dynamic|
1313

14-
{Vi does not have any of these commands}
15-
16-
The Perl interface only works when Vim was compiled with the |+perl| feature.
14+
{only available when Vim was compiled with the |+perl| feature}
1715

1816
==============================================================================
1917
1. Editing Perl files *perl-editing*

en/if_pyth.txt

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_pyth.txt* For Vim version 8.1. Last change: 2018 Jan 30
1+
*if_pyth.txt* For Vim version 8.1. Last change: 2019 May 04
22

33

44
VIM REFERENCE MANUAL by Paul Moore
@@ -19,8 +19,6 @@ The Python Interface to Vim *python* *Python*
1919
11. Python X |python_x|
2020
12. Building with Python support |python-building|
2121

22-
{Vi does not have any of these commands}
23-
2422
The Python 2.x interface is available only when Vim was compiled with the
2523
|+python| feature.
2624
The Python 3 interface is available only when Vim was compiled with the
@@ -76,7 +74,6 @@ and "EOF" do not have any indent.
7674
None. If a string is returned, it becomes the text of
7775
the line in the current turn. The default for [range]
7876
is the whole file: "1,$".
79-
{not in Vi}
8077

8178
Examples:
8279
>
@@ -98,7 +95,7 @@ python. For example: >
9895
*:pyfile* *:pyf*
9996
:[range]pyf[ile] {file}
10097
Execute the Python script in {file}. The whole
101-
argument is used as a single file name. {not in Vi}
98+
argument is used as a single file name.
10299

103100
Both of these commands do essentially the same thing - they execute a piece of
104101
Python code, with the "current range" |python-range| set to the given line

0 commit comments

Comments
 (0)