diff src/option.h @ 2382:3a5ededa240a vim73

Add the 'c' flag to 'concealcursor'.
author Bram Moolenaar <bram@vim.org>
date Sat, 24 Jul 2010 15:00:38 +0200
parents 85b7dc8da5eb
children a3aca345aafa
line wrap: on
line diff
--- a/src/option.h
+++ b/src/option.h
@@ -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 */