comparison 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
comparison
equal deleted inserted replaced
646:eeda7c3124c5 647:19106f131c87
141 #endif 141 #endif
142 #ifdef FEAT_CSCOPE 142 #ifdef FEAT_CSCOPE
143 "+cscope", 143 "+cscope",
144 #else 144 #else
145 "-cscope", 145 "-cscope",
146 #endif
147 #ifdef CURSOR_SHAPE
148 "+cursorshape",
149 #else
150 "-cursorshape",
146 #endif 151 #endif
147 #if defined(FEAT_CON_DIALOG) && defined(FEAT_GUI_DIALOG) 152 #if defined(FEAT_CON_DIALOG) && defined(FEAT_GUI_DIALOG)
148 "+dialog_con_gui", 153 "+dialog_con_gui",
149 #else 154 #else
150 # if defined(FEAT_CON_DIALOG) 155 # if defined(FEAT_CON_DIALOG)