From 215d747e2247ab8d4cbe55ef26d9d12e5e26eca4 Mon Sep 17 00:00:00 2001 From: Pavel Platto Date: Thu, 5 Jun 2014 10:59:58 +0300 Subject: 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). --- src/nvim/version.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/nvim/version.c b/src/nvim/version.c index 8214cb60b4..4d0e58e2c3 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -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", -- cgit