File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
- *pattern.txt* For Vim バージョン 9.1. Last change: 2024 Jun 03
1
+ *pattern.txt* For Vim バージョン 9.1. Last change: 2024 Jun 18
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -148,13 +148,17 @@ CTRL-C 現在の(検索)コマンドを中止します。MS-Windowsでは
148
148
し、実行後に元に戻すからです。| autocmd-searchpat | ユー
149
149
ザー関数を呼び出したときも同様。
150
150
151
+
151
152
'incsearch' オプションがオンの場合、検索パターンを入力している途中に、その時点
152
153
でマッチしているものが強調表示されます。実際に、その場所にカーソルを移動させる
153
154
には <CR> を打って検索を終了する必要があります。検索を中止するには <Esc> キー
154
155
を使ってください。
155
156
157
+ *nohlsearch-auto*
156
158
'hlsearch' オプションがオンの場合、最後に使った検索パターンは強調表示されます。
157
- | :nohlsearch | コマンドを使うと、一時的に強調表示をやめさせることができます。
159
+ これは | :nohlsearch | コマンドで一時停止することも、nohlsearch プラグインで自動
160
+ 的に一時停止することもできます。| nohlsearch-install | を参照。
161
+
158
162
159
163
'shortmess' が "S" フラグを含まない場合、Vim はカーソルが位置するインデックス
160
164
を自動的に表示します。これはこのように見えます: >
Original file line number Diff line number Diff line change 1
- *pattern.txt* For Vim version 9.1. Last change: 2024 Jun 03
1
+ *pattern.txt* For Vim version 9.1. Last change: 2024 Jun 18
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -151,13 +151,17 @@ CTRL-C Interrupt current (search) command. Use CTRL-Break on
151
151
executing autocommands | autocmd-searchpat | .
152
152
Same thing for when invoking a user function.
153
153
154
+
154
155
While typing the search pattern the current match will be shown if the
155
156
'incsearch' option is on. Remember that you still have to finish the search
156
157
command with <CR> to actually position the cursor at the displayed match. Or
157
158
use <Esc> to abandon the search.
158
159
160
+ *nohlsearch-auto*
159
161
All matches for the last used search pattern will be highlighted if you set
160
- the 'hlsearch' option. This can be suspended with the | :nohlsearch | command.
162
+ the 'hlsearch' option. This can be suspended with the | :nohlsearch | command
163
+ or auto suspended with nohlsearch plugin. See | nohlsearch-install | .
164
+
161
165
162
166
When 'shortmess' does not include the "S" flag, Vim will automatically show an
163
167
index, on which the cursor is. This can look like this: >
You can’t perform that action at this time.
0 commit comments