On 25-Aug-2015 11:40 PM, Bram Moolenaar wrote:
>
> Patch 7.4.833
> Problem: More side effects of ":set all&" are missing. (Björn Linse)
> Solution: Call didset_options() and add didset_options2() to
collect more
> side effects to take care of. Still not everything...
> Files: src/option.c
>
>
This patch fails to compile on Win64 (both gui and not) with FEAT_CRYPT
undefined, like so:
gcc -c -Iproto -DWIN32 -DWINVER=0x0603 -D_WIN32_WINNT=0x0603
-DHAVE_PATHDEF -DFEAT_BIG -DFEAT_GUI_W32 -DFEAT_CLIPBOARD -
DFEAT_MBYTE -pipe -w -march=native -Wall -O3 -fomit-frame-pointer
-freg-struct-return -s gui_w32.c -o gobjnative/gui_w32
.o
option.c: In function 'set_options_default':
option.c:3657:36: error: 'p_cm' undeclared (first use in this function)
&& options[i].var != (char_u *)&p_cm
^
option.c:3657:36: note: each undeclared identifier is reported only once
for each function it appears in
option.c:3658:36: error: 'p_key' undeclared (first use in this function)
&& options[i].var != (char_u *)&p_key)))
^
Make_cyg_ming.mak:781: recipe for target 'gobjnative/option.o' failed
make: *** [gobjnative/option.o] Error 1
make: *** Waiting for unfinished jobs....
--
--
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 http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.