Skip to content

Translate v:hlsearch #95

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
Feb 3, 2014
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
8 changes: 8 additions & 0 deletions doc/eval.jax
Original file line number Diff line number Diff line change
Expand Up @@ -1409,6 +1409,14 @@ v:foldend 'foldtext' 用。閉じた折り畳みの最後の行。
v:foldstart 'foldtext' 用。閉じた折り畳みの最初の行。
サンドボックス|sandbox|の中では読出し専用。|fold-foldtext|

*v:hlsearch* *hlsearch-variable*
v:hlsearch 検索による強調表示がオンになっているかどうかを決定する変数。
|+extra_search| 機能が必要である 'hlsearch' が有効になっている
Copy link
Member

Choose a reason for hiding this comment

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

|+extra_search| 機能が必要 'hlsearch' が有効になっている

直すまでもない日本語の問題ですが、このくらいのほうがすんなり読めそう。

時のみ意味をなす。この変数を0に設定することは、 |:nohlsearch|
コマンドを実行することと同様に働き、1に設定することは以下と
同様に働く >
let &hlsearch = &hlsearch
<
*v:insertmode* *insertmode-variable*
v:insertmode オートコマンドイベント|InsertEnter|と|InsertChange|用。
値は次のどれか:
Expand Down
7 changes: 7 additions & 0 deletions en/eval.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1454,6 +1454,13 @@ v:foldend Used for 'foldtext': last line of closed fold.
v:foldstart Used for 'foldtext': first line of closed fold.
Read-only in the |sandbox|. |fold-foldtext|

*v:hlsearch* *hlsearch-variable*
v:hlsearch Variable that determines whether search highlighting is on.
Makes sense only if 'hlsearch' is enabled which requires
|+extra_search|. Setting this variable to zero acts the like
|:nohlsearch| command, setting it to one acts like >
let &hlsearch = &hlsearch
<
*v:insertmode* *insertmode-variable*
v:insertmode Used for the |InsertEnter| and |InsertChange| autocommand
events. Values:
Expand Down