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:
parent
d6a98a3a97
commit
0743ef9f8a
@ -749,6 +749,7 @@ prop_type_set(typval_T *argvars, int add)
|
||||
return;
|
||||
STRCPY(prop->pt_name, name);
|
||||
prop->pt_id = ++proptype_id;
|
||||
prop->pt_flags = PT_FLAG_COMBINE;
|
||||
htp = buf == NULL ? &global_proptypes : &buf->b_proptypes;
|
||||
if (*htp == NULL)
|
||||
{
|
||||
|
@ -741,6 +741,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2298,
|
||||
/**/
|
||||
2297,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user