To: vim_dev@googlegroups.com Subject: Patch 8.2.1050 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.1050 (after 8.2.1049) Problem: Missing change in struct. Solution: Add missing change. Files: src/ex_cmds.h *** ../vim-8.2.1049/src/ex_cmds.h 2020-05-25 20:33:51.766542661 +0200 --- src/ex_cmds.h 2020-06-24 20:14:57.728819010 +0200 *************** *** 1841,1846 **** --- 1841,1849 ---- char_u *nextcmd; // next command (NULL if none) char_u *cmd; // the name of the command (except for :make) char_u **cmdlinep; // pointer to pointer of allocated cmdline + #ifdef FEAT_EVAL + char_u *cmdline_tofree; // free later + #endif cmdidx_T cmdidx; // the index for the command long argt; // flags for the command int skip; // don't execute the command, only parse it *** ../vim-8.2.1049/src/version.c 2020-06-24 20:33:59.569106308 +0200 --- src/version.c 2020-06-24 21:00:05.431925912 +0200 *************** *** 756,757 **** --- 756,759 ---- { /* Add new patch number below this line */ + /**/ + 1050, /**/ -- BRIDGEKEEPER: What is the air-speed velocity of an unladen swallow? ARTHUR: What do you mean? An African or European swallow? BRIDGEKEEPER: Er ... I don't know that ... Aaaaarrrrrrggghhh! BRIDGEKEEPER is cast into the gorge. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- Bram@Moolenaar.net -- 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 ///