[Note: mercurial already had this change] Patch 7.4a.001 Problem: Script to update syntax menu is oudated. Solution: Add the missing items. Files: runtime/makemenu.vim
*** ../vim-7.4a.000/runtime/makemenu.vim 2010-08-04 17:34:32.000000000 +0200 --- runtime/makemenu.vim 2013-07-06 15:42:18.000000000 +0200 *************** *** 1,6 **** " Script to define the syntax menu in synmenu.vim " Maintainer: Bram Moolenaar <[email protected]> ! " Last Change: 2010 Aug 04 " This is used by "make menu" in the src directory. edit <sfile>:p:h/synmenu.vim --- 1,6 ---- " Script to define the syntax menu in synmenu.vim " Maintainer: Bram Moolenaar <[email protected]> ! " Last Change: 2013 Jul 06 " This is used by "make menu" in the src directory. edit <sfile>:p:h/synmenu.vim *************** *** 139,144 **** --- 139,145 ---- SynMenu C.Config.Generic\ Config\ file:conf SynMenu C.CRM114:crm SynMenu C.Crontab:crontab + SynMenu C.CSDL:csdl SynMenu C.CSP:csp SynMenu C.Ctrl-H:ctrlh SynMenu C.Cucumber:cucumber *************** *** 262,267 **** --- 263,273 ---- SynMenu HIJK.Initng:initng SynMenu HIJK.Inittab:inittab SynMenu HIJK.Inno\ setup:iss + SynMenu HIJK.Innovation\ Data\ Processing.Upstream\ dat:upstreamdat + SynMenu HIJK.Innovation\ Data\ Processing.Upstream\ log:upstreamlog + SynMenu HIJK.Innovation\ Data\ Processing.Upstream\ Install\ log:upstreaminstalllog + SynMenu HIJK.Innovation\ Data\ Processing.Usserver\ log:usserverlog + SynMenu HIJK.Innovation\ Data\ Processing.USW2KAgt\ log:usw2kagtlog SynMenu HIJK.InstallShield\ script:ishd SynMenu HIJK.Interactive\ Data\ Lang:idlang SynMenu HIJK.IPfilter:ipfilter *** ../vim-7.4a.000/src/version.c 2013-07-06 14:11:48.000000000 +0200 --- src/version.c 2013-07-06 16:01:55.000000000 +0200 *************** *** 730,731 **** --- 730,733 ---- { /* Add new patch number below this line */ + /**/ + 1, /**/ -- SIGFUN -- signature too funny (core dumped) /// 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/groups/opt_out.
