]> granicus.if.org Git - vim/commitdiff
patch 8.2.1050: missing change in struct v8.2.1050
authorBram Moolenaar <Bram@vim.org>
Wed, 24 Jun 2020 19:00:25 +0000 (21:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 24 Jun 2020 19:00:25 +0000 (21:00 +0200)
Problem:    Missing change in struct.
Solution:   Add missing change.

src/ex_cmds.h
src/version.c

index f68c4fd0b2b2b65e2b4bf6837555a638a4723ecf..1c1956239c0ba6ca228acd3b429cec079368c8b4 100644 (file)
@@ -1841,6 +1841,9 @@ struct exarg
     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
index d39c1b07c059239782a61b257cadd2693c0deeac..ba3e621550674e2c135bcc30cd5caf5966e12503 100644 (file)
@@ -754,6 +754,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1050,
 /**/
     1049,
 /**/