Andrei Olsen wrote;
> Console version fails to compile.
>
> eval.c:14539: undefined reference to `get_job_options'
>
> because it's defined inside #ifdef FEAT_CHANNEL
Thanks for reporting, I'll send out a fix.
--
Facepalm statement #8: "Drive faster, the petrol is running out"
/// Bram Moo
Console version fails to compile.
eval.c:14539: undefined reference to `get_job_options'
because it's defined inside #ifdef FEAT_CHANNEL
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit
Patch 7.4.1341
Problem:It's difficult to add more arguments to ch_sendraw() and
ch_sendexpr().
Solution: Make the third option a dictionary.
Files: src/eval.c, src/structs.h, src/channel.c, src/os_unix.c,
src/os_win32.c, src/proto/channel.pro,