Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/quickref.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*quickref.txt* For Vim バージョン 9.2. Last change: 2026 Mar 04
*quickref.txt* For Vim バージョン 9.2. Last change: 2026 Apr 07


VIM リファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -882,6 +882,7 @@
'printoptions' 'popt' |:hardcopy|の出力をコントロールする
'prompt' 'prompt' Ex モードでプロンプトを有効にする
'pumheight' 'ph' ポップアップメニューの高さの最大値
'pumopt' 'pumopt' ポップアップメニューの追加オプション
'pumwidth' 'pw' ポップアップメニューの幅の最小値
'pythondll' Python 2 動的ライブラリの名前
'pythonhome' Python 2 ホームディレクトリの名前
Expand Down
3 changes: 2 additions & 1 deletion en/quickref.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*quickref.txt* For Vim version 9.2. Last change: 2026 Mar 04
*quickref.txt* For Vim version 9.2. Last change: 2026 Apr 07


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -865,6 +865,7 @@ Short explanation of each option: *option-list*
'printoptions' 'popt' controls the format of :hardcopy output
'prompt' 'prompt' enable prompt in Ex mode
'pumheight' 'ph' maximum height of the popup menu
'pumopt' 'pumopt' additional options for the popup menu
'pumwidth' 'pw' minimum width of the popup menu
'pythondll' name of the Python 2 dynamic library
'pythonhome' name of the Python 2 home directory
Expand Down