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 1 commit
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
2 changes: 1 addition & 1 deletion doc/options.jax
Original file line number Diff line number Diff line change
Expand Up @@ -4163,7 +4163,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
て設定できる。既定では強調表示グループ "Search" が使われる。 Note マッ
チするテキストのみが強調表示されるので注意。オフセットは適用されない。
'incsearch' とコマンド |:match| も参照。
マッチするテキストが強調表示されるを見飽きたら、|:nohlsearch| で無効に
マッチするテキストが強調表示されるのを見飽きたら、|:nohlsearch| で無効に
切り替えることができる。このコマンドはオプションの設定値を変更しないの
で、再び検索コマンドを使えば、強調表示も再び行われる。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
マッチするテキストが強調表示されるのを見飽きたら、|:nohlsearch| で無効に
切り替えることができる。このコマンドはオプションの設定値を変更しないの
、再び検索コマンドを使えば、強調表示も再び行われる。
マッチするテキストが強調表示されるのを見飽きたら、|:nohlsearch| で無効
に切り替えることができる。このコマンドはオプションの設定値を変更しない
ので、再び検索コマンドを使えば、強調表示も再び行われる。

改行位置の調整が必要です。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

調整を行いました。

検索する時間の上限は 'redrawtime' で設定できる。
Expand Down