Skip to content

Commit 30272ed

Browse files
authored
Merge pull request #2006 from h-east/update-pattern
Update pattern.{txt,jax}
2 parents d6c5d47 + d44094e commit 30272ed

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

doc/pattern.jax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pattern.txt* For Vim バージョン 9.1. Last change: 2024 Dec 26
1+
*pattern.txt* For Vim バージョン 9.1. Last change: 2025 Mar 21
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -139,6 +139,8 @@ CTRL-C 現在の(検索)コマンドを中止します。MS-Windowsでは
139139
file | grep word" を使用していて、抜け出す方法がわから
140140
ないユーザーを支援するためです(盲目的に :qa<CR> と入力
141141
してもうまくいきます)。
142+
ポップアップが開いている場合、アクティブなポップアップ
143+
は閉じられます。
142144

143145
*:noh* *:nohlsearch*
144146
:noh[lsearch] 'hlsearch' オプションによる強調表示をやめます。検索コ

en/pattern.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -141,6 +141,7 @@ CTRL-C Interrupt current (search) command. Use CTRL-Break on
141141
help users who use "vim file | grep word" and don't
142142
know how to get out (blindly typing :qa<CR> would
143143
work).
144+
If a popup is open, the active popup will be closed.
144145

145146
*:noh* *:nohlsearch*
146147
:noh[lsearch] Stop the highlighting for the 'hlsearch' option. It

0 commit comments

Comments
 (0)