diff options
Diffstat (limited to 'src/nvim/option_defs.h')
-rw-r--r-- | src/nvim/option_defs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/option_defs.h b/src/nvim/option_defs.h index 10706a0753..19edc14ed6 100644 --- a/src/nvim/option_defs.h +++ b/src/nvim/option_defs.h @@ -170,7 +170,8 @@ #define SHM_ATTENTION 'A' /* no ATTENTION messages */ #define SHM_INTRO 'I' /* intro messages */ #define SHM_COMPLETIONMENU 'c' // completion menu messages -#define SHM_ALL "rmfixlnwaWtToOsAIc" /* all possible flags for 'shm' */ +#define SHM_RECORDING 'q' ///< short recording message +#define SHM_ALL "rmfixlnwaWtToOsAIcq" ///< all possible flags for 'shm' /* characters for p_go: */ #define GO_ASEL 'a' /* autoselect */ |