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 -- [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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202006241900.05OJ0pXG2032318%40masaka.moolenaar.net.