Skip to content

Update quickref.{txt,jax} #2034

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
Apr 18, 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
4 changes: 3 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 Feb 08
*quickref.txt* For Vim バージョン 9.1. Last change: 2025 Apr 06


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -654,6 +654,7 @@
'cdpath' 'cd' ":cd" コマンドで検索するディレクトリ
'cedit' コマンドラインウィンドウを開くためのキー
'charconvert' 'ccv' 文字コードの変換に使用する式
'chistory' 'chi' 履歴内の quickfix リストの最大数
'cindent' 'cin' C言語用のインデントを行う
'cinkeys' 'cink' 'cindent' が有効な際に押すとインデントするキー
'cinoptions' 'cino' 'cindent' が有効な際のインデント方法
Expand Down Expand Up @@ -803,6 +804,7 @@
'langremap' 'lrm' マッピングされた文字に 'langmap' を適用する
'laststatus' 'ls' 最下ウィンドウにいつステータス行を表示するか
'lazyredraw' 'lz' マクロ実行中に表示を更新しない
'lhistory' 'lhi' 履歴内の location リストの最大数
'linebreak' 'lbr' 長い行を空白で折り返す
'lines' 表示行数
'linespace' 'lsp' 行間のピクセル数
Expand Down
4 changes: 3 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 Feb 08
*quickref.txt* For Vim version 9.1. Last change: 2025 Apr 06


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -639,6 +639,7 @@ Short explanation of each option: *option-list*
'cdpath' 'cd' list of directories searched with ":cd"
'cedit' key used to open the command-line window
'charconvert' 'ccv' expression for character encoding conversion
'chistory' 'chi' maximum number of quickfix lists in history
'cindent' 'cin' do C program indenting
'cinkeys' 'cink' keys that trigger indent when 'cindent' is set
'cinoptions' 'cino' how to do indenting when 'cindent' is set
Expand Down Expand Up @@ -786,6 +787,7 @@ Short explanation of each option: *option-list*
'langremap' 'lrm' do apply 'langmap' to mapped characters
'laststatus' 'ls' tells when last window has status lines
'lazyredraw' 'lz' don't redraw while executing macros
'lhistory' 'lhi' maximum number of location lists in history
'linebreak' 'lbr' wrap long lines at a blank
'lines' number of lines in the display
'linespace' 'lsp' number of pixel lines to use between characters
Expand Down