|
1 | | -*options.txt* For Vim version 9.1. Last change: 2025 Jul 08 |
| 1 | +*options.txt* For Vim version 9.1. Last change: 2025 Jul 10 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -5898,6 +5898,15 @@ A jump table for the options with a short description can be found at |Q_op|. |
5898 | 5898 | used. |
5899 | 5899 | Also see 'maxmem'. |
5900 | 5900 |
|
| 5901 | + *'maxsearchcount'* *'msc'* |
| 5902 | +'maxsearchcount' 'msc' number (default 99) |
| 5903 | + global |
| 5904 | + Maximum number of matches shown for the search count status |shm-S| |
| 5905 | + When the number of matches exceeds this value, Vim shows ">" instead |
| 5906 | + of the exact count to keep searching fast. |
| 5907 | + Note: larger values may impact performance. |
| 5908 | + The value must be between 1 and 9999. |
| 5909 | + |
5901 | 5910 | *'menuitems'* *'mis'* |
5902 | 5911 | 'menuitems' 'mis' number (default 25) |
5903 | 5912 | global |
@@ -7669,7 +7678,8 @@ A jump table for the options with a short description can be found at |Q_op|. |
7669 | 7678 | is shown), the "search hit BOTTOM, continuing at TOP" and |
7670 | 7679 | "search hit TOP, continuing at BOTTOM" messages are only |
7671 | 7680 | indicated by a "W" (Mnemonic: Wrapped) letter before the |
7672 | | - search count statistics. |
| 7681 | + search count statistics. The maximum limit can be set with |
| 7682 | + the 'maxsearchcount' option. |
7673 | 7683 |
|
7674 | 7684 | This gives you the opportunity to avoid that a change between buffers |
7675 | 7685 | requires you to hit <Enter>, but still gives as useful a message as |
|
0 commit comments