diff options
author | Felipe Oliveira Carvalho <felipekde@gmail.com> | 2014-03-10 02:02:40 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-10 05:55:59 -0300 |
commit | 3cac32e49c7fae9cf5963d35f3fd3052c061b2fa (patch) | |
tree | b62282c3caa75fefd33d63d272893a0cdbc92fb0 /src/version.c | |
parent | 1684bec63571583f14065cfb614153df125b97e8 (diff) | |
download | rneovim-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.c | 4 |
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", |