File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- *insert.txt* For Vim バージョン 9.1. Last change: 2024 Oct 08
1
+ *insert.txt* For Vim バージョン 9.1. Last change: 2024 Dec 31
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1129,6 +1129,7 @@ Note 最初の呼び出し以降にカーソルが移動した可能性があり
1129
1129
| hl-PmenuKind | ハイライトグループが上書きされ、補完の
1130
1130
種類の ctermfg および guifg プロパティをカスタマイズで
1131
1131
きるようになる。
1132
+ match | complete_info() | の "matches" を参照。
1132
1133
1133
1134
これらのうち "icase", "equal", "dup" および "empty" 以外は文字列でなければなら
1134
1135
ない。これらの要件が満たされない場合はエラーメッセージが表示され、リスト中のそ
@@ -1996,9 +1997,9 @@ NOTE: ":append" と ":insert" は、":if" と ":endif"、":for" と ":endfor"、
1996
1997
指定したラインの直後から行われる。一番最初のラインより上(ファイルの先頭)に挿入
1997
1998
するには ":0r {name} " というコマンドを使う。
1998
1999
1999
- ":read" コマンドの後には、新しいラインの左で、最初の空白でない文字にカーソルが
2000
- 移動する。もしExモードでなければ、カーソルは新しい行の最後の左側に移動する(残
2001
- 念だがViとの互換性のため )。
2000
+ ":read" コマンドの後、カーソルは最初の新しい行の最初の非空白文字に残される。Ex
2001
+ モードの場合、カーソルは最後の新しい行に残される (申し訳ないが、これは Vi 互換
2002
+ である )。
2002
2003
2003
2004
":r" にファイル名が与えられた場合、それが代替バッファのファイルになる。これは
2004
2005
例えば代わりにそのファイルを編集したい時に使うことができる: ":e! #"。
Original file line number Diff line number Diff line change 1
- *insert.txt* For Vim version 9.1. Last change: 2024 Oct 08
1
+ *insert.txt* For Vim version 9.1. Last change: 2024 Dec 31
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1195,6 +1195,7 @@ items:
1195
1195
| hl-PmenuKind | highlight group, allowing for the
1196
1196
customization of ctermfg and guifg properties for the
1197
1197
completion kind
1198
+ match See "matches" in | complete_info() | .
1198
1199
1199
1200
All of these except "icase", "equal", "dup" and "empty" must be a string. If
1200
1201
an item does not meet these requirements then an error message is given and
@@ -2090,7 +2091,7 @@ the cursor is, or below the specified line. To insert text above the first
2090
2091
line use the command ":0r {name} ".
2091
2092
2092
2093
After the ":read" command, the cursor is left on the first non-blank in the
2093
- first new line. Unless in Ex mode, then the cursor is left on the last new
2094
+ first new line. If in Ex mode, then the cursor is left on the last new
2094
2095
line (sorry, this is Vi compatible).
2095
2096
2096
2097
If a file name is given with ":r", it becomes the alternate file. This can be
You can’t perform that action at this time.
0 commit comments