Skip to content

Fix a missing letter in options.jax #990

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 2 commits into from
Dec 13, 2021
Merged
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
6 changes: 3 additions & 3 deletions doc/options.jax
Original file line number Diff line number Diff line change
Expand Up @@ -4163,9 +4163,9 @@ Note 1番目の形式では、行全体がオプション指定に使われる
て設定できる。既定では強調表示グループ "Search" が使われる。 Note マッ
チするテキストのみが強調表示されるので注意。オフセットは適用されない。
'incsearch' とコマンド |:match| も参照。
マッチするテキストが強調表示されるを見飽きたら、|:nohlsearch| で無効に
切り替えることができる。このコマンドはオプションの設定値を変更しないの
、再び検索コマンドを使えば、強調表示も再び行われる。
マッチするテキストが強調表示されるのを見飽きたら、|:nohlsearch| で無効
に切り替えることができる。このコマンドはオプションの設定値を変更しない
ので、再び検索コマンドを使えば、強調表示も再び行われる。
検索する時間の上限は 'redrawtime' で設定できる。
検索パターンが行の終わり end-of-line にマッチするときは、Vimはマッチし
たテキスト全体を強調表示しようとする。しかし、検索を開始した場所によっ
Expand Down