File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
- *pattern.txt* For Vim バージョン 9.1. Last change: 2024 Dec 26
1
+ *pattern.txt* For Vim バージョン 9.1. Last change: 2025 Mar 21
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -139,6 +139,8 @@ CTRL-C 現在の(検索)コマンドを中止します。MS-Windowsでは
139
139
file | grep word" を使用していて、抜け出す方法がわから
140
140
ないユーザーを支援するためです(盲目的に :qa<CR> と入力
141
141
してもうまくいきます)。
142
+ ポップアップが開いている場合、アクティブなポップアップ
143
+ は閉じられます。
142
144
143
145
*:noh* *:nohlsearch*
144
146
:noh[lsearch] 'hlsearch' オプションによる強調表示をやめます。検索コ
Original file line number Diff line number Diff line change 1
- *pattern.txt* For Vim version 9.1. Last change: 2024 Dec 26
1
+ *pattern.txt* For Vim version 9.1. Last change: 2025 Mar 21
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -141,6 +141,7 @@ CTRL-C Interrupt current (search) command. Use CTRL-Break on
141
141
help users who use "vim file | grep word" and don't
142
142
know how to get out (blindly typing :qa<CR> would
143
143
work).
144
+ If a popup is open, the active popup will be closed.
144
145
145
146
*:noh* *:nohlsearch*
146
147
:noh[lsearch] Stop the highlighting for the 'hlsearch' option. It
You can’t perform that action at this time.
0 commit comments