Tony wrote:
> On Thu, Jan 31, 2019 at 1:48 PM Bram Moolenaar <[email protected]> wrote: > > > > > > Patch 8.1.0857 > > Problem: Ignore functionality is not separated. s/Ignore/Indent/ > > Solution: Move indent functionality into a new file. (Yegappan Lakshmanan, > > closes #3886) > > Files: Filelist, src/Make_bc5.mak, src/Make_cyg_ming.mak, > > src/Make_dice.mak, src/Make_ivc.mak, src/Make_manx.mak, > > src/Make_morph.mak, src/Make_mvc.mak, src/Make_sas.mak, > > src/Make_vms.mms, src/Makefile, src/edit.c, src/indent.c, > > src/misc1.c, src/proto.h, src/proto/edit.pro, > > src/proto/indent.pro, src/proto/misc1.pro > > Sorry, unwittingly hit Enter. > > After applying this patch, I get the following warning in Tiny and > Small builds but not in Normal, Big and Huge. Compile and Link proceed > to completion. > > gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall > -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/edit.o edit.c > edit.c: In function ‘edit’: > edit.c:380:1: warning: implicit declaration of function ‘ch_log’; did > you mean ‘mch_msg’? [-Wimplicit-function-declaration] > ch_log(NULL, "ENTERING Insert mode"); > ^~~~~~ > mch_msg Didn't notice the debug statements in the refactoring patch. Fixed by 8.1.0860. -- Proofread carefully to see if you any words out. /// 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.
