Skip to content

Commit 1eb53a4

Browse files
authored
Merge pull request #270 from mnishz/quickref_for_Vim_8.1
Update quickref from Vim 8.0 to 8.1
2 parents 9dfdf32 + f671020 commit 1eb53a4

File tree

2 files changed

+31
-5
lines changed

2 files changed

+31
-5
lines changed

doc/quickref.jax

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim バージョン 8.0. Last change: 2016 Dec 16
1+
*quickref.txt* For Vim バージョン 8.1. Last change: 2018 Apr 18
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -633,7 +633,8 @@
633633
'backupskip' 'bsk' 指定のパターンに合致するファイルはバックアップ
634634
しない。
635635
'balloondelay' 'bdlay' バルーンウィンドウが出るまでの遅延時間(ms)
636-
'ballooneval' 'beval' バルーン評価のON/OFF
636+
'ballooneval' 'beval' GUI でのバルーン評価の ON/OFF
637+
'balloonevalterm' 'bevalterm' 端末でのバルーン評価の ON/OFF
637638
'balloonexpr' 'bexpr' バルーンウィンドウに表示する式
638639
'belloff' 'bo' 指定した場合にベルを鳴らさない
639640
'binary' 'bin' バイナリモードで、読み/書き/編集する
@@ -766,6 +767,7 @@
766767
'iminsert' 'imi' 挿入モードで|:lmap|やIMを使う
767768
'imsearch' 'ims' 検索パターン入力時に|:lmap|やIMを使う
768769
'imstatusfunc' 'imsf' X のインプットメソッドの状態を得る関数
770+
'imstyle' 'imst' インプットメソッドの入力スタイルを指定する
769771
'include' 'inc' インクルードファイルの検索パターン
770772
'includeexpr' 'inex' インクルード行を処理する式
771773
'incsearch' 'is' 検索パターン入力中にその文字を強調表示する
@@ -796,6 +798,8 @@
796798
'listchars' 'lcs' 'list' オン時に使う文字
797799
'loadplugins' 'lpl' 起動時にプラグインスクリプトを読み込む
798800
'luadll' Lua 動的ライブラリの名前
801+
'mzschemedll' MzScheme 動的ライブラリの名前
802+
'mzschemegcdll' MzScheme GC 動的ライブラリの名前
799803
'macatsui' Mac GUI: ATSUI テキスト描画を使う
800804
'magic' 検索パターン内の特殊文字を変更する
801805
'makeef' 'mef' |:make|用のエラーファイル
@@ -849,10 +853,13 @@
849853
'printmbcharset' 'pmbcs' |:hardcopy|に使われるCJK文字集合
850854
'printmbfont' 'pmbfn' |:hardcopy|の出力に使われるフォント名
851855
'printoptions' 'popt' |:hardcopy|の出力をコントロールする
852-
'pumheight' 'ph' ポップアップメニューの高さの最大値
853856
'prompt' 'prompt' Ex モードでプロンプトを有効にする
857+
'pumheight' 'ph' ポップアップメニューの高さの最大値
858+
'pumwidth' 'pw' ポップアップメニューの幅の最小値
854859
'pythondll' Python 2 動的ライブラリの名前
860+
'pythonhome' Python 2 ホームディレクトリの名前
855861
'pythonthreedll' Python 3 動的ライブラリの名前
862+
'pythonthreehome' Python 3 ホームディレクトリの名前
856863
'pyxversion' 'pyx' pyx* コマンドに使用される Python のバージョン
857864
'quoteescape' 'qe' 文字列中に使われるエスケープ文字
858865
'readonly' 'ro' バッファの書き込みを制限する
@@ -937,6 +944,9 @@
937944
'termbidi' 'tbidi' ターミナルが双方向性を持っている
938945
'termencoding' 'tenc' ターミナルが使用する文字コード
939946
'termguicolors' 'tgc' ターミナルで GUI カラーを使う
947+
'termwinkey' 'twk' 端末で Vim コマンドを開始するためのキー
948+
'termwinscroll' 'twsl' 端末ウィンドウでスクロールバックできる行数の最大値
949+
'termwinsize' 'tws' 端末ウィンドウのサイズ
940950
'terse' いくつかのメッセージを省略する
941951
'textauto' 'ta' 廃止。今は 'fileformats' を使う
942952
'textmode' 'tx' 廃止。今は 'fileformat' を使う
@@ -970,6 +980,7 @@
970980
'viewdir' 'vdir' |:mkview|によるファイルを格納するディレクトリ
971981
'viewoptions' 'vop' |:mkview|の保存内容を決める
972982
'viminfo' 'vi' 起動時と終了時に.viminfoファイルを使う
983+
'viminfofile' 'vif' viminfo ファイル用のファイル名
973984
'virtualedit' 've' フリーカーソルモードを使う場面
974985
'visualbell' 'vb' ビープの代わりにvisualベル(画面フラッシュ)を使用
975986
'warn' バッファ変更済み時にシェル使用で警告する
@@ -989,6 +1000,7 @@
9891000
'winfixwidth' 'wfh' ウィンドウの幅をキープする
9901001
'winminheight' 'wmh' カレントウィンドウ以外のウィンドウの高さの最小値
9911002
'winminwidth' 'wmw' カレントウィンドウ以外のウィンドウの幅の最小値
1003+
'winptydll' winpty 動的ライブラリの名前
9921004
'winwidth' 'wiw' カレントウィンドウの幅の最小値
9931005
'wrap' 長い行を折り返して表示する
9941006
'wrapmargin' 'wm' 折り返しを開始する右端からの文字数
@@ -1319,6 +1331,7 @@
13191331
|:vertical| :vertical {cmd} {cmd}が縦分割するようにする
13201332
|:sfind| :sf[ind] {file} ウィンドウを分割し、{file}'path'
13211333
中で探し、それを編集
1334+
|:terminal| :terminal {cmd} 端末ウィンドウを開く
13221335
|CTRL-W_]| CTRL-W ] ウィンドウを分割し、カーソル下のタグ
13231336
にジャンプ
13241337
|CTRL-W_f| CTRL-W f ウィンドウを分割し、カーソル下のファ

en/quickref.txt

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim version 8.0. Last change: 2016 Dec 16
1+
*quickref.txt* For Vim version 8.1. Last change: 2018 Apr 18
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -618,7 +618,8 @@ Short explanation of each option: *option-list*
618618
'backupext' 'bex' extension used for the backup file
619619
'backupskip' 'bsk' no backup for files that match these patterns
620620
'balloondelay' 'bdlay' delay in mS before a balloon may pop up
621-
'ballooneval' 'beval' switch on balloon evaluation
621+
'ballooneval' 'beval' switch on balloon evaluation in the GUI
622+
'balloonevalterm' 'bevalterm' switch on balloon evaluation in the terminal
622623
'balloonexpr' 'bexpr' expression to show in balloon
623624
'belloff' 'bo' do not ring the bell for these reasons
624625
'binary' 'bin' read/write/edit file in binary mode
@@ -749,6 +750,7 @@ Short explanation of each option: *option-list*
749750
'iminsert' 'imi' use :lmap or IM in Insert mode
750751
'imsearch' 'ims' use :lmap or IM when typing a search pattern
751752
'imstatusfunc' 'imsf' function to obtain X input method status
753+
'imstyle' 'imst' specifies the input style of the input method
752754
'include' 'inc' pattern to be used to find an include file
753755
'includeexpr' 'inex' expression used to process an include line
754756
'incsearch' 'is' highlight match while typing search pattern
@@ -779,6 +781,8 @@ Short explanation of each option: *option-list*
779781
'listchars' 'lcs' characters for displaying in list mode
780782
'loadplugins' 'lpl' load plugin scripts when starting up
781783
'luadll' name of the Lua dynamic library
784+
'mzschemedll' name of the MzScheme dynamic library
785+
'mzschemegcdll' name of the MzScheme dynamic library for GC
782786
'macatsui' Mac GUI: use ATSUI text drawing
783787
'magic' changes special characters in search patterns
784788
'makeef' 'mef' name of the errorfile for ":make"
@@ -834,8 +838,11 @@ Short explanation of each option: *option-list*
834838
'printoptions' 'popt' controls the format of :hardcopy output
835839
'prompt' 'prompt' enable prompt in Ex mode
836840
'pumheight' 'ph' maximum height of the popup menu
841+
'pumwidth' 'pw' minimum width of the popup menu
837842
'pythondll' name of the Python 2 dynamic library
843+
'pythonhome' name of the Python 2 home directory
838844
'pythonthreedll' name of the Python 3 dynamic library
845+
'pythonthreehome' name of the Python 3 home directory
839846
'pyxversion' 'pyx' Python version used for pyx* commands
840847
'quoteescape' 'qe' escape characters used in a string
841848
'readonly' 'ro' disallow writing the buffer
@@ -920,6 +927,9 @@ Short explanation of each option: *option-list*
920927
'termbidi' 'tbidi' terminal takes care of bi-directionality
921928
'termencoding' 'tenc' character encoding used by the terminal
922929
'termguicolors' 'tgc' use GUI colors for the terminal
930+
'termwinkey' 'twk' key that precedes a Vim command in a terminal
931+
'termwinscroll' 'twsl' max number of scrollback lines in a terminal window
932+
'termwinsize' 'tws' size of a terminal window
923933
'terse' shorten some messages
924934
'textauto' 'ta' obsolete, use 'fileformats'
925935
'textmode' 'tx' obsolete, use 'fileformat'
@@ -952,6 +962,7 @@ Short explanation of each option: *option-list*
952962
'viewdir' 'vdir' directory where to store files with :mkview
953963
'viewoptions' 'vop' specifies what to save for :mkview
954964
'viminfo' 'vi' use .viminfo file upon startup and exiting
965+
'viminfofile' 'vif' file name used for the viminfo file
955966
'virtualedit' 've' when to use virtual editing
956967
'visualbell' 'vb' use visual bell instead of beeping
957968
'warn' warn for shell command when buffer was changed
@@ -971,6 +982,7 @@ Short explanation of each option: *option-list*
971982
'winfixwidth' 'wfw' keep window width when opening/closing windows
972983
'winminheight' 'wmh' minimum number of lines for any window
973984
'winminwidth' 'wmw' minimal number of columns for any window
985+
'winptydll' name of the winpty dynamic library
974986
'winwidth' 'wiw' minimal number of columns for current window
975987
'wrap' long lines wrap and continue on the next line
976988
'wrapmargin' 'wm' chars from the right where wrapping starts
@@ -1309,6 +1321,7 @@ Context-sensitive completion on the command-line:
13091321

13101322
|:sfind| :sf[ind] {file} split window, find {file} in 'path'
13111323
and edit it
1324+
|:terminal| :terminal {cmd} open a terminal window
13121325
|CTRL-W_]| CTRL-W ] split window and jump to tag under
13131326
cursor
13141327
|CTRL-W_f| CTRL-W f split window and edit file name under

0 commit comments

Comments
 (0)