aboutsummaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorFelipe Oliveira Carvalho <felipekde@gmail.com>2014-03-10 02:02:40 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-03-10 05:55:59 -0300
commit3cac32e49c7fae9cf5963d35f3fd3052c061b2fa (patch)
treeb62282c3caa75fefd33d63d272893a0cdbc92fb0 /src/version.c
parent1684bec63571583f14065cfb614153df125b97e8 (diff)
downloadrneovim-3cac32e49c7fae9cf5963d35f3fd3052c061b2fa.tar.gz
rneovim-3cac32e49c7fae9cf5963d35f3fd3052c061b2fa.tar.bz2
rneovim-3cac32e49c7fae9cf5963d35f3fd3052c061b2fa.zip
Remove CURSOR_SHAPE #ifdef tests
See issue #333
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/version.c b/src/version.c
index 085ce49823..9fbe15a038 100644
--- a/src/version.c
+++ b/src/version.c
@@ -73,11 +73,7 @@ static char *(features[]) =
"+cryptv",
"+cscope",
"+cursorbind",
-#ifdef CURSOR_SHAPE
"+cursorshape",
-#else
- "-cursorshape",
-#endif
"+dialog_con",
"+diff",
"+digraphs",