Skip to content

Update quickref.{txt,jax} #2171

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 20, 2025
Merged
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.1. Last change: 2025 Jun 28
*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Jul 16


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -699,6 +699,7 @@
'delcombine' 'deco' 合成文字の削除時に構成要素を全て消す
'dictionary' 'dict' キーワード補完に使うファイルのリスト
'diff' そのウィンドウで差分モードを使う
'diffanchors' 'dia' 差分のアンカーを強制する {address} のリスト
'diffexpr' 'dex' 差分取得に使う式
'diffopt' 'dip' 差分モードに使うオプション
'digraph' 'dg' 挿入モードでダイグラフの入力を有効にする
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.1. Last change: 2025 Jun 28
*quickref.txt* For Vim version 9.1. Last change: 2025 Jul 16


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -682,6 +682,7 @@ Short explanation of each option: *option-list*
'delcombine' 'deco' delete combining characters on their own
'dictionary' 'dict' list of file names used for keyword completion
'diff' use diff mode for the current window
'diffanchors' 'dia' list of {address} to force anchoring of a diff
'diffexpr' 'dex' expression used to obtain a diff file
'diffopt' 'dip' options for using diff mode
'digraph' 'dg' enable the entering of digraphs in Insert mode
Expand Down