File tree 2 files changed +15
-0
lines changed 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -1409,6 +1409,14 @@ v:foldend 'foldtext' 用。閉じた折り畳みの最後の行。
1409
1409
v:foldstart 'foldtext' 用。閉じた折り畳みの最初の行。
1410
1410
サンドボックス| sandbox | の中では読出し専用。| fold-foldtext |
1411
1411
1412
+ *v:hlsearch* *hlsearch-variable*
1413
+ v:hlsearch 検索による強調表示がオンになっているかどうかを決定する変数。
1414
+ | +extra_search | 機能が必要である 'hlsearch' が有効になっている
1415
+ 時のみ意味をなす。この変数を0に設定することは、 | :nohlsearch |
1416
+ コマンドを実行することと同様に働き、1に設定することは以下と
1417
+ 同様に働く >
1418
+ let &hlsearch = &hlsearch
1419
+ <
1412
1420
*v:insertmode* *insertmode-variable*
1413
1421
v:insertmode オートコマンドイベント| InsertEnter | と| InsertChange | 用。
1414
1422
値は次のどれか:
Original file line number Diff line number Diff line change @@ -1454,6 +1454,13 @@ v:foldend Used for 'foldtext': last line of closed fold.
1454
1454
v:foldstart Used for 'foldtext' : first line of closed fold.
1455
1455
Read-only in the | sandbox | . | fold-foldtext |
1456
1456
1457
+ *v:hlsearch* *hlsearch-variable*
1458
+ v:hlsearch Variable that determines whether search highlighting is on.
1459
+ Makes sense only if 'hlsearch' is enabled which requires
1460
+ | +extra_search | . Setting this variable to zero acts the like
1461
+ | :nohlsearch | command, setting it to one acts like >
1462
+ let &hlsearch = &hlsearch
1463
+ <
1457
1464
*v:insertmode* *insertmode-variable*
1458
1465
v:insertmode Used for the | InsertEnter | and | InsertChange | autocommand
1459
1466
events. Values:
You can’t perform that action at this time.
0 commit comments