mirror of
https://github.com/neovim/neovim.git
synced 2025-01-01 17:23:36 -07:00
option_defs.h: Fix "set shm+=a"
This commit is contained in:
parent
0b67bb8c25
commit
5b63488c25
@ -180,7 +180,7 @@ enum {
|
||||
/// All possible flags for 'shm'.
|
||||
#define SHM_ALL ((char_u[]) { \
|
||||
SHM_RO, SHM_MOD, SHM_FILE, SHM_LAST, SHM_TEXT, SHM_LINES, SHM_NEW, SHM_WRI, \
|
||||
SHM_WRITE, SHM_TRUNC, SHM_TRUNCALL, SHM_OVER, SHM_OVERALL, SHM_SEARCH, \
|
||||
'a', SHM_WRITE, SHM_TRUNC, SHM_TRUNCALL, SHM_OVER, SHM_OVERALL, SHM_SEARCH, \
|
||||
SHM_ATTENTION, SHM_INTRO, SHM_COMPLETIONMENU, SHM_RECORDING, \
|
||||
0, \
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user