Show +cursorshape in :version

All code which was inside #ifdef CURSOR_SHAPE is being used now, except
one in version.c (that occurence is fixed by this commit).
This commit is contained in:
Pavel Platto 2014-06-05 10:59:58 +03:00
parent 6ff5759ed2
commit 215d747e22

View File

@ -61,11 +61,7 @@ static char *(features[]) = {
"+conceal",
"+cscope",
"+cursorbind",
#ifdef CURSOR_SHAPE
"+cursorshape",
#else // ifdef CURSOR_SHAPE
"-cursorshape",
#endif // ifdef CURSOR_SHAPE
"+dialog_con",
"+diff",
"+digraphs",