Skip to content

Commit 9604263

Browse files
authored
Merge pull request #536 from hiromi-mi/update_r
Update r*.{txt,jax}
2 parents 1e4bdba + 77c99dd commit 9604263

File tree

8 files changed

+25
-51
lines changed

8 files changed

+25
-51
lines changed

doc/recover.jax

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*recover.txt* For Vim バージョン 8.1. Last change: 2014 Mar 27
1+
*recover.txt* For Vim バージョン 8.1. Last change: 2019 May 07
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -132,7 +132,6 @@ Amigaでは、回復可能なramディスクを使えるが、それが100%働
132132
また、'cpoptions' にフラグ '&' が入っているならば、Vim
133133
が終了するとき、このバッファのスワップファイルは削除さ
134134
れず、バッファは読み込まれた状態のままになる。|cpo-&|
135-
{Vi: 終了するかもしれない}
136135

137136
Vimのスワップファイルは最初の6文字で認識される: "b0VIM "。
138137
この後に "3.0" などのバージョン番号が続く。
@@ -200,7 +199,6 @@ Vimはスワップファイルが何らかの理由で壊れているときに
200199
回復が成功したと確信したら、スワップファイルを削除する。そうしないと、".swp"
201200
が存在するというメッセージが表示されつづけることになる。
202201

203-
{Vi: 違う方法で回復し、回復できそうなときはメールが送られる}
204202

205203

206204
暗号化とスワップファイル *:recover-crypt*

doc/remote.jax

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*remote.txt* For Vim バージョン 8.1. Last change: 2017 Nov 12
1+
*remote.txt* For Vim バージョン 8.1. Last change: 2019 May 05
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -10,8 +10,6 @@ Vimクライアントサーバー通信 *client-server*
1010
2. X11特有の項目 |x11-clientserver|
1111
3. Win32特有の項目 |w32-clientserver|
1212

13-
{Vi にはこれらのコマンドはない}
14-
1513
==============================================================================
1614
1. 共通機能 *clientserver*
1715

doc/repeat.jax

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*repeat.txt* For Vim バージョン 8.1. Last change: 2019 Apr 05
1+
*repeat.txt* For Vim バージョン 8.1. Last change: 2019 May 07
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -122,11 +122,10 @@ q{0-9a-zA-Z"} タイプした文字をレジスタ{0-9a-zA-Z"}にレコーデ
122122
なるだろう。なぜなら、|p| で貼り付けられる内容は記録さ
123123
れたマクロのものになり、|y| でコピーを行うと記録された
124124
マクロを上書きしてしまうからである。
125-
{Vi: レコーディングはない}
126125

127126
q レコーディングを終了する。(実装のメモ: レコーディング
128127
を終了する 'q' は、それがマッピングの結果であってもレ
129-
ジスタに記録されない) {Vi: レコーディングはない}
128+
ジスタに記録されない)
130129

131130
*@*
132131
@{0-9a-z".=*+} レジスタ {0-9a-z".=*+} の内容を [count] 回実行する。
@@ -136,7 +135,7 @@ q レコーディングを終了する。(実装のメモ: レコーディン
136135
'wildchar''wildcharm' の違いが動作に影響する。
137136
"@=" を使用すると式を入力するためのプロンプトが表示さ
138137
れ、そこに入力した式の評価結果が実行される。
139-
|@:| も参照。 {Vi: 名前付きレジスタのみ}
138+
|@:| も参照。
140139

141140
*@@* *E748*
142141
@@ 直前の @{0-9a-z":*}[count] 回繰り返す。
@@ -154,17 +153,16 @@ q レコーディングを終了する。(実装のメモ: レコーディン
154153
":@=" には最後に評価された式が使用される。式の評価結果
155154
がExコマンドとして実行される。
156155
これらのコマンド内ではマッピングは行われない。
157-
{Vi: 幾つかのバージョンだけ} 将来: 指定された範囲の
158-
各々の行に対してレジスタの内容が実行されるだろう
156+
将来: 指定された範囲の各々の行に対してレジスタの内容が
157+
実行されるだろう
159158

160159
*:@:*
161160
:[addr]@: 最後のコマンドラインを繰り返す。まずカーソルを[addr]
162-
に設定する(省略した場合現在の行)。 {Vi にはない}
161+
に設定する(省略した場合現在の行)。
163162

164163
:[addr]@ *:@@*
165164
:[addr]@@ 最後の :@{0-9a-z"} を繰り返す。まず最初にカーソルを
166-
[addr]行に設定する(省略した場合現在の行)。 {Vi: 幾つか
167-
のバージョンだけ}
165+
[addr]行に設定する(省略した場合現在の行)。
168166

169167
==============================================================================
170168
4. Vim script を使う *using-scripts*
@@ -182,7 +180,6 @@ Vim script の書き方はユーザーマニュアルの41章|usr_41.txt|を参
182180
|:global|, |:argdo|, |:windo|, |:bufdo|で使ったとき、
183181
ループ中や他のコマンドが続けられたときは、コマンドの実
184182
行中は表示は更新されない。
185-
{Vi にはない}
186183

187184
*:ru* *:runtime*
188185
:ru[ntime][!] [where] {file} ..
@@ -226,7 +223,6 @@ Vim script の書き方はユーザーマニュアルの41章|usr_41.txt|を参
226223
セージが表示される。
227224
'verbose' が2以上なら見つかった全てのファイルについて
228225
メッセージが表示される。
229-
{Vi にはない}
230226

231227
*:pa* *:packadd* *E919*
232228
:pa[ckadd][!] {name} 'packpath' 中の任意のプラグインディレクトリを検索し、
@@ -318,7 +314,6 @@ Vim script の書き方はユーザーマニュアルの41章|usr_41.txt|を参
318314
set encoding=utf-8
319315
scriptencoding utf-8
320316
<
321-
{Vi にはない}
322317

323318
:scriptv[ersion] {version} *:scriptv* *:scriptversion*
324319
*E999* *E984*
@@ -336,7 +331,7 @@ Vim script の書き方はユーザーマニュアルの41章|usr_41.txt|を参
336331
:scr[iptnames] 読み込まれているスクリプトを読み込まれた順番どおりに
337332
全て表示する。数字はスクリプトのID(識別子)|<SID>|に使
338333
われている。
339-
{Vi にはない} {|+eval|付きでコンパイルしないと使えない}
334+
{|+eval|付きでコンパイルしないと使えない}
340335

341336
:scr[iptnames][!] {scriptId} *:script*
342337
スクリプト{scriptId}を編集する。":scriptnames name" は
@@ -352,7 +347,6 @@ Vim script の書き方はユーザーマニュアルの41章|usr_41.txt|を参
352347
ドが実行される。この手続きは入れ子になっている全ての
353348
":try" に対して適用される。入れ子の一番外側の ":endtry"
354349
に達するとスクリプトを停止する。
355-
{Vi にはない}
356350

357351
全てのコマンドとコマンドシーケンスは、名前付きレジスタに格納することで繰り返し
358352
実行することができる。レジスタにコマンドを格納する方法は2つある:
@@ -692,7 +686,6 @@ Filetype プラグインはファイルタイプに複数のプラグインが
692686
NOTE: デバッグモードは未完成である。デバッグはVimの動作に副作用をあたえる。全
693687
てをデバッグするのには使えない。例えば画面がデバッグメッセージで散乱するときな
694688
ど。
695-
{Vi にはデバッグモードはない}
696689

697690
デバッグモードの代わりに 'verbose' オプションが使える。大きな値を設定するとVim
698691
の動作についてより詳細なメッセージを得られる。
@@ -921,7 +914,6 @@ Note 関数はまず読み込まれ、後で実行される。読み込まれた
921914
プロファイリングとは、関数やスクリプトの実行にかかる時間を計測することである。
922915
これを行うには |+profile| 機能が必要である。
923916
この機能は "huge" 機能つきでコンパイルしたときだけ含まれる。
924-
{Vi はプロファイリング機能を持っていない}
925917

926918
また、関数 |reltime()| を使っても時間を計測できる。この関数には |+reltime|
927919
能だけが必要である。これは "huge" 以外でもしばしばついてくる。

doc/rileft.jax

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*rileft.txt* For Vim バージョン 8.1. Last change: 2006 Apr 24
1+
*rileft.txt* For Vim バージョン 8.1. Last change: 2019 May 05
22

33

44
VIMリファレンスマニュアル by Avner Lottem
@@ -12,8 +12,6 @@ Vimにおける "右左" 書きとヘブライマッピング *rileft*
1212
1313
Phone: +972-4-8307322
1414

15-
{Vi にはこれらのコマンドはない}
16-
1715
*E26*
1816
{Vim が |+rightleft| 機能付きでコンパイルされたときのみ有効}
1917

en/recover.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*recover.txt* For Vim version 8.1. Last change: 2014 Mar 27
1+
*recover.txt* For Vim version 8.1. Last change: 2019 May 07
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -131,7 +131,6 @@ command:
131131
flag is present in 'cpoptions' the swap file will not
132132
be deleted for this buffer when Vim exits and the
133133
buffer is still loaded |cpo-&|.
134-
{Vi: might also exit}
135134

136135
A Vim swap file can be recognized by the first six characters: "b0VIM ".
137136
After that comes the version number, e.g., "3.0".
@@ -196,7 +195,6 @@ recovered file. Or use |:DiffOrig|.
196195
Once you are sure the recovery is ok delete the swap file. Otherwise, you
197196
will continue to get warning messages that the ".swp" file already exists.
198197

199-
{Vi: recovers in another way and sends mail if there is something to recover}
200198

201199

202200
ENCRYPTION AND THE SWAP FILE *:recover-crypt*

en/remote.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*remote.txt* For Vim version 8.1. Last change: 2017 Nov 12
1+
*remote.txt* For Vim version 8.1. Last change: 2019 May 05
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -10,8 +10,6 @@ Vim client-server communication *client-server*
1010
2. X11 specific items |x11-clientserver|
1111
3. MS-Windows specific items |w32-clientserver|
1212

13-
{Vi does not have any of these commands}
14-
1513
==============================================================================
1614
1. Common functionality *clientserver*
1715

en/repeat.txt

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*repeat.txt* For Vim version 8.1. Last change: 2019 Apr 05
1+
*repeat.txt* For Vim version 8.1. Last change: 2019 May 07
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -124,11 +124,11 @@ q{0-9a-zA-Z"} Record typed characters into register {0-9a-zA-Z"}
124124
used for |y| and |p| the result is most likely not
125125
what is expected, because the put will paste the
126126
recorded macro and the yank will overwrite the
127-
recorded macro. {Vi: no recording}
127+
recorded macro.
128128

129129
q Stops recording. (Implementation note: The 'q' that
130130
stops recording is not stored in the register, unless
131-
it was the result of a mapping) {Vi: no recording}
131+
it was the result of a mapping)
132132

133133
*@*
134134
@{0-9a-z".=*+} Execute the contents of register {0-9a-z".=*+} [count]
@@ -140,7 +140,7 @@ q Stops recording. (Implementation note: The 'q' that
140140
applies.
141141
For "@=" you are prompted to enter an expression. The
142142
result of the expression is then executed.
143-
See also |@:|. {Vi: only named registers}
143+
See also |@:|.
144144

145145
*@@* *E748*
146146
@@ Repeat the previous @{0-9a-z":*} [count] times.
@@ -158,17 +158,16 @@ q Stops recording. (Implementation note: The 'q' that
158158
result of evaluating the expression is executed as an
159159
Ex command.
160160
Mappings are not recognized in these commands.
161-
{Vi: only in some versions} Future: Will execute the
162-
register for each line in the address range.
161+
Future: Will execute the register for each line in the
162+
address range.
163163

164164
*:@:*
165165
:[addr]@: Repeat last command-line. First set cursor at line
166-
[addr] (default is current line). {not in Vi}
166+
[addr] (default is current line).
167167

168168
:[addr]@ *:@@*
169169
:[addr]@@ Repeat the previous :@{0-9a-z"}. First set cursor at
170-
line [addr] (default is current line). {Vi: only in
171-
some versions}
170+
line [addr] (default is current line).
172171

173172
==============================================================================
174173
4. Using Vim scripts *using-scripts*
@@ -187,7 +186,6 @@ For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|.
187186
|:bufdo|, in a loop or when another command follows
188187
the display won't be updated while executing the
189188
commands.
190-
{not in Vi}
191189

192190
*:ru* *:runtime*
193191
:ru[ntime][!] [where] {file} ..
@@ -230,7 +228,6 @@ For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|.
230228
when no file could be found.
231229
When 'verbose' is two or higher, there is a message
232230
about each searched file.
233-
{not in Vi}
234231

235232
*:pa* *:packadd* *E919*
236233
:pa[ckadd][!] {name} Search for an optional plugin directory in 'packpath'
@@ -323,7 +320,6 @@ For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|.
323320
set encoding=utf-8
324321
scriptencoding utf-8
325322
<
326-
{not in Vi}
327323

328324
:scriptv[ersion] {version} *:scriptv* *:scriptversion*
329325
*E999* *E984*
@@ -341,8 +337,8 @@ For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|.
341337
:scr[iptnames] List all sourced script names, in the order they were
342338
first sourced. The number is used for the script ID
343339
|<SID>|.
344-
{not in Vi} {not available when compiled without the
345-
|+eval| feature}
340+
{not available when compiled without the |+eval|
341+
feature}
346342

347343
:scr[iptnames][!] {scriptId} *:script*
348344
Edit script {scriptId}. Although ":scriptnames name"
@@ -358,7 +354,7 @@ For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|.
358354
following the ":finally" up to the matching |:endtry|
359355
are executed first. This process applies to all
360356
nested ":try"s in the script. The outermost ":endtry"
361-
then stops sourcing the script. {not in Vi}
357+
then stops sourcing the script.
362358

363359
All commands and command sequences can be repeated by putting them in a named
364360
register and then executing it. There are two ways to get the commands in the
@@ -698,7 +694,6 @@ sourced file or user function and set breakpoints.
698694
NOTE: The debugging mode is far from perfect. Debugging will have side
699695
effects on how Vim works. You cannot use it to debug everything. For
700696
example, the display is messed up by the debugging messages.
701-
{Vi does not have a debug mode}
702697

703698
An alternative to debug mode is setting the 'verbose' option. With a bigger
704699
number it will give more verbose messages about what Vim is doing.
@@ -932,7 +927,6 @@ OBSCURE
932927
Profiling means that Vim measures the time that is spent on executing
933928
functions and/or scripts. The |+profile| feature is required for this.
934929
It is only included when Vim was compiled with "huge" features.
935-
{Vi does not have profiling}
936930

937931
You can also use the |reltime()| function to measure time. This only requires
938932
the |+reltime| feature, which is present more often.

en/rileft.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*rileft.txt* For Vim version 8.1. Last change: 2006 Apr 24
1+
*rileft.txt* For Vim version 8.1. Last change: 2019 May 05
22

33

44
VIM REFERENCE MANUAL by Avner Lottem
@@ -12,8 +12,6 @@ These functions were originally created by Avner Lottem:
1212
1313
Phone: +972-4-8307322
1414

15-
{Vi does not have any of these commands}
16-
1715
*E26*
1816
{only available when compiled with the |+rightleft| feature}
1917

0 commit comments

Comments
 (0)