[slim-vim] Starting: problems in process-available-input
Tomas Zellerin
zellerin at gmail.com
Wed Aug 16 08:16:39 CDT 2006
On 8/16/06, Tomas Zellerin <zellerin at gmail.com> wrote:
> - A vim function has() should accept "ecl" as argument and then return
> 1 when it is present (it returns not for me, thought +ecl is in
> features), and it should be used to guard the new features dependend
> on ecl presence. *
Sorry to reply to myself, but see attached trivial patch. (oh, I see
it should be also fixed in eval.txt help file...)
Tomas
-------------- next part --------------
--- vim70+async+ecl/src/eval.c~ 2006-08-16 14:25:48.000000000 +0200
+++ vim70+async+ecl/src/eval.c 2006-08-16 14:26:02.000000000 +0200
@@ -10771,6 +10771,9 @@
#ifdef FEAT_PATH_EXTRA
"path_extra",
#endif
+#ifdef FEAT_ECL
+ "ecl",
+#endif
#ifdef FEAT_PERL
#ifndef DYNAMIC_PERL
"perl",
More information about the slim-vim
mailing list