Skip to content

Commit 883aafb

Browse files
authored
Merge pull request #1168 from tsuyoshicho/update/20221015/quickref
Update quickref.{txt,jax}
2 parents 802448a + 0fed352 commit 883aafb

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

doc/quickref.jax

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim バージョン 9.0. Last change: 2022 May 05
1+
*quickref.txt* For Vim バージョン 9.0. Last change: 2022 Oct 15
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -802,7 +802,8 @@
802802
'lines' 表示行数
803803
'linespace' 'lsp' 行間のピクセル数
804804
'lisp' Lisp用自動インデント
805-
'lispwords' 'lw' Lisp用インデントの動作定義
805+
'lispoptions' 'lop' Lisp用インデントの動作定義
806+
'lispwords' 'lw' Lispでインデントする単語の定義
806807
'list' <Tab><EOL>を表示する
807808
'listchars' 'lcs' 'list' オン時に使う文字
808809
'loadplugins' 'lpl' 起動時にプラグインスクリプトを読み込む
@@ -927,6 +928,7 @@
927928
'signcolumn' 'scl' 目印用の桁をどう表示するか
928929
'smartindent' 'si' C言語用の高度な自動インデント
929930
'smarttab' 'sta' <Tab>入力時に 'shiftwidth' を使う
931+
'smoothscroll' 'sms' 'wrap' の設定時にスクリーン行でスクロールする
930932
'softtabstop' 'sts' <Tab>で入力する空白の数
931933
'spell' スペルチェッキングを有効にする
932934
'spellcapcheck' 'spc' スペルチェッキングを有効にする
@@ -935,6 +937,7 @@
935937
'spelloptions' 'spo' スペルチェックのオプション
936938
'spellsuggest' 'sps' スペリング訂正をするのに使われるメソッド
937939
'splitbelow' 'sb' ウィンドウの横分割で新規ウィンドウを下に作る
940+
'splitkeep' 'spk' 分割ウィンドウのスクロール動作を決定する
938941
'splitright' 'spr' ウィンドウの縦分割で新規ウィンドウを右に作る
939942
'startofline' 'sol' カーソル移動コマンドで行の最初の非空白へ移動する
940943
'statusline' 'stl' ステータスラインの表示内容を設定する
@@ -1120,7 +1123,7 @@
11201123
|c_CTRL-T| CTRL-T 'incsearch' が有効時、前のマッチへ
11211124
|:history| :his[tory] コマンドライン履歴を表示
11221125

1123-
文脈依存の補完機能
1126+
文脈依存の補完機能:
11241127

11251128
|c_wildchar| 'wildchar' (デフォルト: <Tab>)
11261129
カーソルの直前のパターンに合せた補完を実施

en/quickref.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim version 9.0. Last change: 2022 May 05
1+
*quickref.txt* For Vim version 9.0. Last change: 2022 Oct 15
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -785,6 +785,7 @@ Short explanation of each option: *option-list*
785785
'lines' number of lines in the display
786786
'linespace' 'lsp' number of pixel lines to use between characters
787787
'lisp' automatic indenting for Lisp
788+
'lispoptions' 'lop' changes how Lisp indenting is done
788789
'lispwords' 'lw' words that change how lisp indenting works
789790
'list' show <Tab> and <EOL>
790791
'listchars' 'lcs' characters for displaying in list mode
@@ -910,6 +911,7 @@ Short explanation of each option: *option-list*
910911
'smartcase' 'scs' no ignore case when pattern has uppercase
911912
'smartindent' 'si' smart autoindenting for C programs
912913
'smarttab' 'sta' use 'shiftwidth' when inserting <Tab>
914+
'smoothscroll' 'sms' scroll by screen lines when 'wrap' is set
913915
'softtabstop' 'sts' number of spaces that <Tab> uses while editing
914916
'spell' enable spell checking
915917
'spellcapcheck' 'spc' pattern to locate end of a sentence
@@ -918,6 +920,7 @@ Short explanation of each option: *option-list*
918920
'spelloptions' 'spo' options for spell checking
919921
'spellsuggest' 'sps' method(s) used to suggest spelling corrections
920922
'splitbelow' 'sb' new window from split is below the current one
923+
'splitkeep' 'spk' determines scroll behavior for split windows
921924
'splitright' 'spr' new window is put right of the current one
922925
'startofline' 'sol' commands move cursor to first non-blank in line
923926
'statusline' 'stl' custom format for the status line

0 commit comments

Comments
 (0)