mirror of
https://github.com/vim/vim.git
synced 2025-10-05 05:34:07 -04:00
Add the 'c' flag to 'concealcursor'.
This commit is contained in:
@@ -189,7 +189,7 @@
|
||||
#define MOUSE_NONE ' ' /* don't use Visual selection */
|
||||
#define MOUSE_NONEF 'x' /* forced modeless selection */
|
||||
|
||||
#define COCU_ALL "nvi" /* flags for 'concealcursor' */
|
||||
#define COCU_ALL "nvic" /* flags for 'concealcursor' */
|
||||
|
||||
/* characters for p_shm option: */
|
||||
#define SHM_RO 'r' /* readonly */
|
||||
|
Reference in New Issue
Block a user