Skip to content
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.2. Last change: 2026 Apr 09
*quickref.txt* For Vim バージョン 9.2. Last change: 2026 Apr 15


VIM リファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -912,6 +912,7 @@
'scrollfocus' 'scf' スクロールホイールはポインタの下のウィンドウに適用
'scrolljump' 'sj' スクロールする行数の最小値
'scrolloff' 'so' カーソルの上下に確保する表示行
'scrolloffpad' 'sop' ファイルの末尾に 'scrolloff' コンテキストを保持する
'scrollopt' 'sbo' 'scrollbind' がどのように振舞うか
'sections' 'sect' 節を分けるためのnroffのマクロ
'secure' カレントディレクトリの.vimrcを安全に読む
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.2. Last change: 2026 Apr 09
*quickref.txt* For Vim version 9.2. Last change: 2026 Apr 15


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -895,6 +895,7 @@ Short explanation of each option: *option-list*
'scrollfocus' 'scf' scroll wheel applies to window under pointer
'scrolljump' 'sj' minimum number of lines to scroll
'scrolloff' 'so' minimum nr. of lines above and below cursor
'scrolloffpad' 'sop' keep 'scrolloff' context at end of file
'scrollopt' 'sbo' how 'scrollbind' should behave
'sections' 'sect' nroff macros that separate sections
'secure' secure mode for reading .vimrc in current dir
Expand Down