Skip to content

Commit 236d213

Browse files
committed
Update quickref.{txt,jax}
1 parent 9179745 commit 236d213

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

doc/quickref.jax

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim バージョン 9.0. Last change: 2022 Dec 16
1+
*quickref.txt* For Vim バージョン 9.0. Last change: 2023 Dec 05
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -618,12 +618,12 @@
618618
'altkeymap' 'akm' Farsi(ペルシア語)のための廃止オプション
619619
'ambiwidth' 'ambw' Unicode文字の不明瞭な文字幅を決定する
620620
'antialias' 'anti' Mac OS X: フォントを滑らかに表示する
621-
'autochdir' 'acd' 現在編集中のファイルのディレクトリに変更する
622-
'autoshelldir' 'asd' シェルのカレントディレクトリに変更する
623621
'arabic' 'arab' デフォルトでアラビア語を2番目の言語にする
624622
'arabicshape' 'arshape' アラビア文字を整える
623+
'autochdir' 'acd' 現在編集中のファイルのディレクトリに変更する
625624
'autoindent' 'ai' 直前の行から新しい行のインデントを得る
626625
'autoread' 'ar' vim以外でファイル変更した時に自動再読み込みする
626+
'autoshelldir' 'asd' シェルのカレントディレクトリに変更する
627627
'autowrite' 'aw' 変更があったら、自動的に書き出す
628628
'autowriteall' 'awa' 'autowrite' と同様だが、より多くのコマンドと連動
629629
'background' 'bg' "dark"/"light": ハイライト色の指定に使用
@@ -657,8 +657,8 @@
657657
'cindent' 'cin' C言語用のインデントを行う
658658
'cinkeys' 'cink' 'cindent' が有効な際に押すとインデントするキー
659659
'cinoptions' 'cino' 'cindent' が有効な際のインデント方法
660-
'cinwords' 'cinw' 'si''cin' によるインデントの開始文字
661660
'cinscopedecls' 'cinsd' 'cino-g' によって認識される単語
661+
'cinwords' 'cinw' 'si''cin' によるインデントの開始文字
662662
'clipboard' 'cb' 無名レジスタ操作でクリップボードを使う
663663
'cmdheight' 'ch' コマンドラインの行数
664664
'cmdwinheight' 'cwh' コマンドラインウィンドウの行数
@@ -1023,9 +1023,9 @@
10231023
'winaltkeys' 'wak' GUIでのALTキーの使い方
10241024
'wincolor' 'wcr' ウィンドウローカルのハイライト
10251025
'window' 'wi' CTRL-FCTRL-B でスクロールする行数
1026-
'winheight' 'wh' カレントウィンドウの行数の最小値
10271026
'winfixheight' 'wfh' ウィンドウの高さをキープする
10281027
'winfixwidth' 'wfh' ウィンドウの幅をキープする
1028+
'winheight' 'wh' カレントウィンドウの行数の最小値
10291029
'winminheight' 'wmh' カレントウィンドウ以外のウィンドウの高さの最小値
10301030
'winminwidth' 'wmw' カレントウィンドウ以外のウィンドウの幅の最小値
10311031
'winptydll' winpty 動的ライブラリの名前

en/quickref.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim version 9.0. Last change: 2022 Dec 16
1+
*quickref.txt* For Vim version 9.0. Last change: 2023 Dec 05
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -604,12 +604,12 @@ Short explanation of each option: *option-list*
604604
'altkeymap' 'akm' obsolete option for Farsi
605605
'ambiwidth' 'ambw' what to do with Unicode chars of ambiguous width
606606
'antialias' 'anti' Mac OS X: use smooth, antialiased fonts
607-
'autochdir' 'acd' change directory to the file in the current window
608-
'autoshelldir' 'asd' change directory to the shell's current directory
609607
'arabic' 'arab' for Arabic as a default second language
610608
'arabicshape' 'arshape' do shaping for Arabic characters
609+
'autochdir' 'acd' change directory to the file in the current window
611610
'autoindent' 'ai' take indent for new line from previous line
612611
'autoread' 'ar' autom. read file when changed outside of Vim
612+
'autoshelldir' 'asd' change directory to the shell's current directory
613613
'autowrite' 'aw' automatically write file if changed
614614
'autowriteall' 'awa' as 'autowrite', but works with more commands
615615
'background' 'bg' "dark" or "light", used for highlight colors
@@ -642,8 +642,8 @@ Short explanation of each option: *option-list*
642642
'cindent' 'cin' do C program indenting
643643
'cinkeys' 'cink' keys that trigger indent when 'cindent' is set
644644
'cinoptions' 'cino' how to do indenting when 'cindent' is set
645-
'cinwords' 'cinw' words where 'si' and 'cin' add an indent
646645
'cinscopedecls' 'cinsd' words that are recognized by 'cino-g'
646+
'cinwords' 'cinw' words where 'si' and 'cin' add an indent
647647
'clipboard' 'cb' use the clipboard as the unnamed register
648648
'cmdheight' 'ch' number of lines to use for the command-line
649649
'cmdwinheight' 'cwh' height of the command-line window
@@ -1005,9 +1005,9 @@ Short explanation of each option: *option-list*
10051005
'winaltkeys' 'wak' when the windows system handles ALT keys
10061006
'wincolor' 'wcr' window-local highlighting
10071007
'window' 'wi' nr of lines to scroll for CTRL-F and CTRL-B
1008-
'winheight' 'wh' minimum number of lines for the current window
10091008
'winfixheight' 'wfh' keep window height when opening/closing windows
10101009
'winfixwidth' 'wfw' keep window width when opening/closing windows
1010+
'winheight' 'wh' minimum number of lines for the current window
10111011
'winminheight' 'wmh' minimum number of lines for any window
10121012
'winminwidth' 'wmw' minimal number of columns for any window
10131013
'winptydll' name of the winpty dynamic library

0 commit comments

Comments
 (0)