aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-06-28 14:44:34 -0400
committerJustin M. Keyes <justinkz@gmail.com>2014-06-28 14:44:34 -0400
commit2ddeb74202633784b9ebb4b963e2df06ed7332df (patch)
tree0ddf05ea55842969d23a9f1dfe41c980150c3fca /src/nvim/version.c
parent2fcc07892fcf05479fa1142e6a4fe5101c1cdf7a (diff)
parent8c51804d525b771e0751603d0cb4470249dc0ae0 (diff)
downloadrneovim-2ddeb74202633784b9ebb4b963e2df06ed7332df.tar.gz
rneovim-2ddeb74202633784b9ebb4b963e2df06ed7332df.tar.bz2
rneovim-2ddeb74202633784b9ebb4b963e2df06ed7332df.zip
Merge #802 'implement VimL libcall with os_libcall'
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index a220791039..5af9105eed 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -98,11 +98,7 @@ static char *(features[]) = {
"+jumplist",
"+keymap",
"+langmap",
-#ifdef FEAT_LIBCALL
"+libcall",
-#else // ifdef FEAT_LIBCALL
- "-libcall",
-#endif // ifdef FEAT_LIBCALL
"+linebreak",
"+lispindent",
"+listcmds",