Tony wrote: > On 19/09/14 19:39, Bram Moolenaar wrote: > > > > Patch 7.4.449 > > Problem: Can't easily close the help window. (Chris Gaal) > > Solution: Add ":helpclose". (Christian Brabandt) > > Files: runtime/doc/helphelp.txt, runtime/doc/index.txt, > > src/ex_cmds.c, > > src/ex_cmds.h, src/proto/ex_cmds.pro > > > > Error when compiling with Tiny features: > > gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall > -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_cmds.o ex_cmds.c > ex_cmds.c: In function ‘ex_helpclose’: > ex_cmds.c:5916:6: error: break statement not within loop or switch > break; > ^ > make: *** [objects/ex_cmds.o] Error 1 > exit status 2 > > > Huge compile proceeds to completion.
Thanks for reporting. I'll make a fix. -- Microsoft says that MS-Windows is much better for you than Linux. That's like the Pope saying that catholicism is much better for you than protestantism. /// 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.
