Skip to content

Commit

Permalink
Merge pull request #1883 from h-east/update-index
Browse files Browse the repository at this point in the history
Update index.{txt,jax}
  • Loading branch information
h-east authored Dec 18, 2024
2 parents 9a44df8 + 02362ff commit bef79ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/index.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*index.txt* For Vim バージョン 9.1. Last change: 2023 Jul 14
*index.txt* For Vim バージョン 9.1. Last change: 2024 Dec 15


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -1582,6 +1582,7 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
|:ownsyntax| :ow[nsyntax] ウィンドウのローカル構文強調を新たに設定する
|:packadd| :pa[ckadd] 'packpath' からプラグインを追加する
|:packloadall| :packl[oadall] 'packpath' 下の全プラグインをロードする
|:pbuffer| :pb[uffer] プレビューウィンドウでバッファを編集する
|:pclose| :pc[lose] プレビューウィンドウを閉じる
|:pedit| :ped[it] プレビューウィンドウでファイルを開く
|:perl| :pe[rl] Perl コマンドを実行
Expand Down
3 changes: 2 additions & 1 deletion en/index.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*index.txt* For Vim version 9.1. Last change: 2023 Jul 14
*index.txt* For Vim version 9.1. Last change: 2024 Dec 15


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1529,6 +1529,7 @@ tag command action ~
|:ownsyntax| :ow[nsyntax] set new local syntax highlight for this window
|:packadd| :pa[ckadd] add a plugin from 'packpath'
|:packloadall| :packl[oadall] load all packages under 'packpath'
|:pbuffer| :pb[uffer] edit buffer in the preview window
|:pclose| :pc[lose] close preview window
|:pedit| :ped[it] edit file in the preview window
|:perl| :pe[rl] execute Perl command
Expand Down

0 comments on commit bef79ee

Please sign in to comment.