Skip to content

Update options.{txt,jax} #1850

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
Nov 30, 2024
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: 1 addition & 2 deletions doc/options.jax
Original file line number Diff line number Diff line change
Expand Up @@ -4472,8 +4472,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
イライトグループについては |highlight-default| を参照。

*'history'* *'hi'*
'history' 'hi' 数値 (Vimの既定値: 50, Viの既定値: 0,
|defaults.vim| で 200 に設定される)
'history' 'hi' 数値 (Vimの既定値: 200, Viの既定値: 0)
グローバル
":" によるコマンドと以前に使った検索パターンの履歴は保存されるわけだが、
このオプションはそれぞれの履歴に何個の項目が保存されるかを指定する (記
Expand Down
3 changes: 1 addition & 2 deletions en/options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4435,8 +4435,7 @@ A jump table for the options with a short description can be found at |Q_op|.
See |highlight-default| for the default highlight groups.

*'history'* *'hi'*
'history' 'hi' number (Vim default: 50, Vi default: 0,
set to 200 in |defaults.vim|)
'history' 'hi' number (Vim default: 200, Vi default: 0)
global
A history of ":" commands, and a history of previous search patterns
is remembered. This option decides how many entries may be stored in
Expand Down