File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5668,6 +5668,8 @@ syn_cmd_cluster(exarg_T *eap, int syncing UNUSED)
56685668 if (scl_id >= 0 )
56695669 syn_combine_list (& SYN_CLSTR (curwin -> w_s )[scl_id ].scl_list ,
56705670 & clstr_list , list_op );
5671+ else
5672+ vim_free (clstr_list );
56715673 got_clstr = TRUE;
56725674 }
56735675
@@ -6034,7 +6036,8 @@ get_id_list(
60346036 }
60356037 if (count != 0 )
60366038 {
6037- EMSG2 (_ ("E408: %s must be first in contains list" ), name + 1 );
6039+ EMSG2 (_ ("E408: %s must be first in contains list" ),
6040+ name + 1 );
60386041 failed = TRUE;
60396042 vim_free (name );
60406043 break ;
Original file line number Diff line number Diff line change @@ -764,6 +764,8 @@ static char *(features[]) =
764764
765765static int included_patches [] =
766766{ /* Add new patch number below this line */
767+ /**/
768+ 214 ,
767769/**/
768770 213 ,
769771/**/
You can’t perform that action at this time.
0 commit comments