diff options
author | John Schmidt <john.schmidt.h@gmail.com> | 2014-03-18 17:16:01 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-05 10:01:22 -0300 |
commit | f226a4c2cdeb9ccac822398fcd242a23be9108be (patch) | |
tree | ccfe98bf9bc6a72a635e586367a3290385188f7d /src/eval.c | |
parent | 84b06b77bdfd26aee3b803e7e851d8601b85d8d8 (diff) | |
download | rneovim-f226a4c2cdeb9ccac822398fcd242a23be9108be.tar.gz rneovim-f226a4c2cdeb9ccac822398fcd242a23be9108be.tar.bz2 rneovim-f226a4c2cdeb9ccac822398fcd242a23be9108be.zip |
Remove ole
Diffstat (limited to 'src/eval.c')
-rw-r--r-- | src/eval.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/eval.c b/src/eval.c index 8c4159fa10..849605ba4a 100644 --- a/src/eval.c +++ b/src/eval.c @@ -10290,9 +10290,6 @@ static void f_has(typval_T *argvars, typval_T *rettv) #endif "multi_byte", "multi_lang", -#ifdef FEAT_OLE - "ole", -#endif "path_extra", "persistent_undo", "postscript", |