0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 8.1.2298: missing part of 8.1.2296

Problem:    Missing part of 8.1.2296.
Solution:   s/test/text/
This commit is contained in:
Bram Moolenaar 2019-11-13 16:37:31 +01:00
parent d6a98a3a97
commit 0743ef9f8a
2 changed files with 3 additions and 0 deletions

View File

@ -749,6 +749,7 @@ prop_type_set(typval_T *argvars, int add)
return; return;
STRCPY(prop->pt_name, name); STRCPY(prop->pt_name, name);
prop->pt_id = ++proptype_id; prop->pt_id = ++proptype_id;
prop->pt_flags = PT_FLAG_COMBINE;
htp = buf == NULL ? &global_proptypes : &buf->b_proptypes; htp = buf == NULL ? &global_proptypes : &buf->b_proptypes;
if (*htp == NULL) if (*htp == NULL)
{ {

View File

@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
2298,
/**/ /**/
2297, 2297,
/**/ /**/