1
- *options.txt* For Vim version 9.1. Last change: 2024 May 19
1
+ *options.txt* For Vim version 9.1. Last change: 2024 Jun 01
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -7238,8 +7238,8 @@ A jump table for the options with a short description can be found at |Q_op|.
7238
7238
message; also for quickfix message (e.g., ":cn")
7239
7239
s don't give "search hit BOTTOM, continuing at TOP" or *shm-s*
7240
7240
"search hit TOP, continuing at BOTTOM" messages; when using
7241
- the search count do not show "W" after the count message (see
7242
- S below)
7241
+ the search count do not show "W" before the count message
7242
+ (see | shm-S | below)
7243
7243
t truncate file message at the start if it is too long *shm-t*
7244
7244
to fit on the command-line, "<" will appear in the left most
7245
7245
column; ignored in Ex mode
@@ -7261,7 +7261,11 @@ A jump table for the options with a short description can be found at |Q_op|.
7261
7261
`:silent ` was used for the command; note that this also
7262
7262
affects messages from autocommands and 'autoread' reloading
7263
7263
S do not show search count message when searching, e.g. *shm-S*
7264
- "[1/5]"
7264
+ "[1/5]". When the "S" flag is not present (e.g. search count
7265
+ is shown), the "search hit BOTTOM, continuing at TOP" and
7266
+ "search hit TOP, continuing at BOTTOM" messages are only
7267
+ indicated by a "W" (Mnemonic: Wrapped) letter before the
7268
+ search count statistics.
7265
7269
7266
7270
This gives you the opportunity to avoid that a change between buffers
7267
7271
requires you to hit <Enter> , but still gives as useful a message as
0 commit comments