Ike Devolder wrote: > On Wed, Jan 14, 2015 at 12:44:57PM +0100, Bram Moolenaar wrote: > > > > Patch 7.4.569 (after 7.4.468) > > Problem: Having CTRL-C interrupt or not does not check the mode of the > > mapping. (Ingo Karkat) > > Solution: Use a bitmask with the map mode. (Christian Brabandt) > > Files: src/getchar.c, src/structs.h, src/testdir/test_mapping.in, > > src/testdir/test_mapping.ok, src/ui.c, src/globals.h > > [...] > > tiny build fails with this patch: > > gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=x86-64 > -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 > -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/getchar.o getchar.c^M > getchar.c: In function 'do_map':^M > getchar.c:3713:29: error: 'buf_T' has no member named 'b_maphash'^M > > > if (map_table == > curbuf->b_maphash)^M > > > ^^M > getchar.c:3753:25: error: 'buf_T' has no member named 'b_maphash'^M > if (map_table == curbuf->b_maphash)^M > ^^M > Makefile:2572: recipe for target 'objects/getchar.o' failed^M > make[1]: *** [objects/getchar.o] Error 1^M
Thanks for quickly reporting the problem. I'll make a fix. -- hundred-and-one symptoms of being an internet addict: 90. Instead of calling you to dinner, your spouse sends e-mail. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
