Skip to content

Commit 358d0d6

Browse files
authored
Merge pull request #1182 from tsuyoshicho/update/20221023/index
Update index.{txt,jax}
2 parents b11f5ca + 5c5d3e5 commit 358d0d6

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

doc/index.jax

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*index.txt* For Vim バージョン 9.0. Last change: 2022 Jun 11
1+
*index.txt* For Vim バージョン 9.0. Last change: 2022 Oct 15
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1167,7 +1167,8 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
11671167
|:!!| :!! 最後に実行した ":!" コマンドを繰り返す
11681168
|:#| :# ":number" と同じ。
11691169
|:&| :& 最後に実行した ":substitute" を繰り返す
1170-
|:star| :* レジスタの内容を実行する
1170+
|:star| :* 最後のビジュアル選択領域を使用する、:'<,'> と
1171+
同様
11711172
|:<| :< 'shiftwidth' 1つ分だけ行を左へシフト
11721173
|:=| := 最終行の行番号を表示
11731174
|:>| :> 'shiftwidth' 1つ分だけ行を右へシフト
@@ -1311,6 +1312,7 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
13111312
|:def| :def Vim9 ユーザー関数の定義
13121313
|:defcompile| :defc[ompile] カレントスクリプト内の Vim9 ユーザー関数を
13131314
コンパイルする
1315+
|:defer| :defer 現在の関数の完了時に関数を呼ぶ
13141316
|:delcommand| :delc[ommand] ユーザー定義コマンドの削除
13151317
|:delfunction| :delf[unction] ユーザー定義関数の削除
13161318
|:delmarks| :delm[arks] マークを削除する
@@ -1343,6 +1345,8 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
13431345
|:echohl| :echoh[l] echoコマンドで使用する強調表示を設定する
13441346
|:echomsg| :echom[sg] :echoと同じだが、履歴に残す
13451347
|:echon| :echon :echo と同じ、ただし <EOL> を出力しない
1348+
|:echowindow| :echow[indow] :echomsg と同じ、ただしポップアップウィンドウ
1349+
を使用する
13461350
|:else| :el[se] :if コマンドと一緒に使用する
13471351
|:elseif| :elsei[f] :if コマンドと一緒に使用する
13481352
|:emenu| :em[enu] 名前を指定してメニューを実行
@@ -1393,6 +1397,7 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
13931397
|:hide| :hid[e] コマンドを実行し、必要ならカレントバッファを
13941398
隠れ(hidden)バッファにする
13951399
|:history| :his[tory] コマンドラインの履歴を表示
1400+
|:horizontal| :hor[izontal] 次のウィンドウコマンドを水平方向に動作させる
13961401
|:insert| :i[nsert] テキストを挿入
13971402
|:iabbrev| :ia[bbrev] 挿入モードを対象とする ":abbrev" コマンド
13981403
|:iabclear| :iabc[lear] 挿入モードを対象とする ":abclear" コマンド

en/index.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*index.txt* For Vim version 9.0. Last change: 2022 Jun 11
1+
*index.txt* For Vim version 9.0. Last change: 2022 Oct 15
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1150,7 +1150,7 @@ tag command action ~
11501150
|:!!| :!! repeat last ":!" command
11511151
|:#| :# same as ":number"
11521152
|:&| :& repeat last ":substitute"
1153-
|:star| :* execute contents of a register
1153+
|:star| :* use the last Visual area, like :'<,'>
11541154
|:<| :< shift lines one 'shiftwidth' left
11551155
|:=| := print the last line number
11561156
|:>| :> shift lines one 'shiftwidth' right
@@ -1277,6 +1277,7 @@ tag command action ~
12771277
|:debuggreedy| :debugg[reedy] read debug mode commands from normal input
12781278
|:def| :def define a Vim9 user function
12791279
|:defcompile| :defc[ompile] compile Vim9 user functions in current script
1280+
|:defer| :defer call function when current function is done
12801281
|:delcommand| :delc[ommand] delete user-defined command
12811282
|:delfunction| :delf[unction] delete a user function
12821283
|:delmarks| :delm[arks] delete marks
@@ -1308,6 +1309,7 @@ tag command action ~
13081309
|:echohl| :echoh[l] set highlighting for echo commands
13091310
|:echomsg| :echom[sg] same as :echo, put message in history
13101311
|:echon| :echon same as :echo, but without <EOL>
1312+
|:echowindow| :echow[indow] same as :echomsg, but use a popup window
13111313
|:else| :el[se] part of an :if command
13121314
|:elseif| :elsei[f] part of an :if command
13131315
|:emenu| :em[enu] execute a menu by name
@@ -1356,6 +1358,7 @@ tag command action ~
13561358
|:highlight| :hi[ghlight] specify highlighting methods
13571359
|:hide| :hid[e] hide current buffer for a command
13581360
|:history| :his[tory] print a history list
1361+
|:horizontal| :hor[izontal] following window command work horizontally
13591362
|:insert| :i[nsert] insert text
13601363
|:iabbrev| :ia[bbrev] like ":abbrev" but for Insert mode
13611364
|:iabclear| :iabc[lear] like ":abclear" but for Insert mode

0 commit comments

Comments
 (0)