summaryrefslogtreecommitdiffstats
path: root/src/option.h
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2023-05-06 19:20:20 +0100
committerBram Moolenaar <Bram@vim.org>2023-05-06 19:20:20 +0100
commit34a6a3617b5b6ce11372439f14762caddc4b0cea (patch)
treeb3b012ab463ed4c20c94285c03983503aebd85e3 /src/option.h
parent00d07e7682d289c3afee9df557ae909b9b403f9c (diff)
patch 9.0.1518: search stats not always visible when searching backwardsv9.0.1518
Problem: Search stats not always visible when searching backwards. Solution: Do not display the top/bot message on top of the search stats. (Christian Brabandt, closes #12322, closes #12222)
Diffstat (limited to 'src/option.h')
-rw-r--r--src/option.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option.h b/src/option.h
index 487d87c319..1dc9d51f84 100644
--- a/src/option.h
+++ b/src/option.h
@@ -268,7 +268,7 @@ typedef enum {
#define SHM_COMPLETIONSCAN 'C' // completion scanning messages
#define SHM_RECORDING 'q' // short recording message
#define SHM_FILEINFO 'F' // no file info messages
-#define SHM_SEARCHCOUNT 'S' // search stats: '[1/10]'
+#define SHM_SEARCHCOUNT 'S' // no search stats: '[1/10]'
#define SHM_POSIX "AS" // POSIX value
#define SHM_ALL "rmfixlnwaWtToOsAIcCqFS" // all possible flags for 'shm'
#define SHM_LEN 30 // max length of all flags together