mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
parent
6ff5759ed2
commit
215d747e22
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user