Skip to content

Commit 70f0266

Browse files
committed
pattern.txt: Update Vim 9.0.0752
1 parent fb88d19 commit 70f0266

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

en/pattern.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pattern.txt* For Vim version 9.0. Last change: 2022 Mar 04
1+
*pattern.txt* For Vim version 9.0. Last change: 2022 Sep 24
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -134,6 +134,11 @@ gD Goto global Declaration. When the cursor is on a
134134
CTRL-C Interrupt current (search) command. Use CTRL-Break on
135135
MS-Windows |dos-CTRL-Break|.
136136
In Normal mode, any pending command is aborted.
137+
When Vim was started with output redirected and there
138+
are no changed buffers CTRL-C exits Vim. That is to
139+
help users who use "vim file | grep word" and don't
140+
know how to get out (blindly typing :qa<CR> would
141+
work).
137142

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

0 commit comments

Comments
 (0)