diff src/version.c @ 647:19106f131c87 v7.0188

updated for version 7.0188
author vimboss
date Thu, 26 Jan 2006 22:25:15 +0000
parents 7fe13e0f5dce
children b933657f7c9d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -144,6 +144,11 @@ static char *(features[]) =
 #else
 	"-cscope",
 #endif
+#ifdef CURSOR_SHAPE
+	"+cursorshape",
+#else
+	"-cursorshape",
+#endif
 #if defined(FEAT_CON_DIALOG) && defined(FEAT_GUI_DIALOG)
 	"+dialog_con_gui",
 #else