mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 14:28:18 +00:00
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:
@@ -61,11 +61,7 @@ static char *(features[]) = {
|
|||||||
"+conceal",
|
"+conceal",
|
||||||
"+cscope",
|
"+cscope",
|
||||||
"+cursorbind",
|
"+cursorbind",
|
||||||
#ifdef CURSOR_SHAPE
|
|
||||||
"+cursorshape",
|
"+cursorshape",
|
||||||
#else // ifdef CURSOR_SHAPE
|
|
||||||
"-cursorshape",
|
|
||||||
#endif // ifdef CURSOR_SHAPE
|
|
||||||
"+dialog_con",
|
"+dialog_con",
|
||||||
"+diff",
|
"+diff",
|
||||||
"+digraphs",
|
"+digraphs",
|
||||||
|
Reference in New Issue
Block a user