Skip to content

Commit 6311d17

Browse files
authored
Merge pull request #1098 from tsuyoshicho/update/20220522/misc
Update misc (2022/05/22)
2 parents d8502df + e702937 commit 6311d17

File tree

14 files changed

+28
-24
lines changed

14 files changed

+28
-24
lines changed

doc/cmdline.jax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*cmdline.txt* For Vim バージョン 8.2. Last change: 2022 Apr 09
1+
*cmdline.txt* For Vim バージョン 8.2. Last change: 2022 Apr 29
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -82,6 +82,7 @@ CTRL-SHIFT-V *c_CTRL-SHIFT-V* *c_CTRL-SHIFT-Q*
8282
CTRL-SHIFT-Q |modifyOtherKeys| が有効でなければ CTRL-V とちょうど同じように
8383
動く。そうでなければ修飾子付きのキーに対応するエスケープシーケ
8484
ンスを挿入する。
85+
GUIでは簡略化せずキー表記法 |key-notation| を挿入する。
8586

8687
*c_<Left>* *c_Left*
8788
<Left> カーソルを左へ

doc/index.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
960960
|v_K| K 選択した文字で 'keywordprg' を実行
961961
|v_O| O 選択範囲のもう一方の端にカーソルを移動する
962962
|v_P| P ハイライトされている領域をレジスタの内容で
963-
置換する。無名レジスタは変化しない
963+
置換する。レジスタは変化しない
964964
Q Ex モードに移行しない(未使用)
965965
|v_R| R 2 選択範囲の行を削除し、挿入を開始
966966
|v_S| S 2 選択範囲の行を削除し、挿入を開始

doc/map.jax

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*map.txt* For Vim バージョン 8.2. Last change: 2022 Apr 14
1+
*map.txt* For Vim バージョン 8.2. Last change: 2022 May 09
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -119,7 +119,9 @@
119119
ます。
120120
バッファローカルなマップを削除するには <buffer> 引数を
121121
付けてください |:map-<buffer>|
122-
警告: 標準設定のマップも削除されます。
122+
警告: Mac の標準マップ |mac-standard-mappings|
123+
MS-DOS の標準マップ |dos-standard-mappings| も削除され
124+
ます。
123125

124126
:map |mapmode-nvo|
125127
:nm[ap] |mapmode-n|

doc/pattern.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ Vim は二つの正規表現エンジンを持っています:
375375
1. 古い、バックトラッキングエンジン。すべての機能をサポート。
376376
2. 新しい、NFA エンジン。いくつかのパターンで動作が速いがいくつかのパターンで
377377
は遅くなる。
378-
378+
*E1281*
379379
Vim は自動的に適切なエンジンを選択します。何か問題が発生したか、あるいは明示的
380380
にエンジンを選択したいか、あるいはその他の理由で、エンジンを指定したい場合はパ
381381
ターンの先頭で次のように指定します:

doc/quickref.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim バージョン 8.2. Last change: 2022 Apr 06
1+
*quickref.txt* For Vim バージョン 8.2. Last change: 2022 May 05
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1360,7 +1360,7 @@
13601360
ンプ
13611361
|CTRL-W_n| CTRL-W n or :new 新たな空ウィンドウを作成
13621362
|CTRL-W_q| CTRL-W q or :q[uit] 編集を終了しウィンドウを閉じる
1363-
|CTRL-W_c| CTRL-W c or :cl[ose] バッファを隠しウィンドウを閉じる
1363+
|CTRL-W_c| CTRL-W c or :clo[se] バッファを隠しウィンドウを閉じる
13641364
|CTRL-W_o| CTRL-W o or :on[ly] 画面を現在ウィンドウ1つだけにする
13651365

13661366
|CTRL-W_j| CTRL-W j カーソルを下のウィンドウに移動

doc/visual.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*visual.txt* For Vim バージョン 8.2. Last change: 2022 Jan 20
1+
*visual.txt* For Vim バージョン 8.2. Last change: 2022 May 06
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -253,7 +253,7 @@ CTRL-O を使用するとブザー音が発生し、ビジュアルモードが
253253
X 削除 (2) |v_X|
254254
Y ヤンク (2) |v_Y|
255255
p 貼り付け |v_p|
256-
P 無名レジスタの上書きがない貼り付け |v_P|
256+
P レジスタの上書きがない貼り付け |v_P|
257257
J 連結 (1) |v_J|
258258
U 大文字化 |v_U|
259259
u 小文字化 |v_u|

doc/windows.jax

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*windows.txt* For Vim バージョン 8.2. Last change: 2022 Apr 06
1+
*windows.txt* For Vim バージョン 8.2. Last change: 2022 May 11
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1053,9 +1053,8 @@ CTRL-W g } *CTRL-W_g}*
10531053
る。これはバッファが編集中で、ウィンドウが強制的に削除され('!' を使用)、
10541054
'autowrite' がセットされていないかバッファを保存できなかったときに起こる。
10551055

1056-
隠れ状態の(hidden)バッファはそのバッファの編集を開始するコマンドで隠れ状態
1057-
(hidden)ではなくなる。":bdelete" コマンドでバッファを削除しても隠れ状態
1058-
(hidden)ではなくなる。
1056+
隠れ状態(hidden)のバッファはなんらかのコマンドでバッファの編集を開始するか、
1057+
":bdelete" コマンドでバッファを削除したとき隠れ状態(hidden)ではなくなる。
10591058

10601059
オプション 'hidden' はグローバルである、全てのバッファに適用される。オプション
10611060
'bufhidden' は特定のバッファを例外にするために使える。'bufhidden' はこれらの値

en/cmdline.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*cmdline.txt* For Vim version 8.2. Last change: 2022 Apr 09
1+
*cmdline.txt* For Vim version 8.2. Last change: 2022 Apr 29
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -87,6 +87,7 @@ CTRL-Q Same as CTRL-V. But with some terminals it is used for
8787
CTRL-SHIFT-V *c_CTRL-SHIFT-V* *c_CTRL-SHIFT-Q*
8888
CTRL-SHIFT-Q Works just like CTRL-V, unless |modifyOtherKeys| is active,
8989
then it inserts the Escape sequence for a key with modifiers.
90+
In the GUI the |key-notation| is inserted without simplifying.
9091

9192
*c_<Left>* *c_Left*
9293
<Left> cursor left

en/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ tag command note action in Visual mode ~
939939
|v_K| K run 'keywordprg' on the highlighted area
940940
|v_O| O move horizontally to other corner of area
941941
|v_P| P replace highlighted area with register
942-
contents; unnamed register is unchanged
942+
contents; registers are unchanged
943943
Q does not start Ex mode
944944
|v_R| R 2 delete the highlighted lines and start
945945
insert

en/map.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*map.txt* For Vim version 8.2. Last change: 2022 Apr 14
1+
*map.txt* For Vim version 8.2. Last change: 2022 May 09
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -120,7 +120,8 @@ modes.
120120
command applies.
121121
Use the <buffer> argument to remove buffer-local
122122
mappings |:map-<buffer>|
123-
Warning: This also removes the default mappings.
123+
Warning: This also removes the |mac-standard-mappings|
124+
and the |dos-standard-mappings|.
124125

125126
:map |mapmode-nvo|
126127
:nm[ap] |mapmode-n|

0 commit comments

Comments
 (0)