forked from aniani/vim
patch 9.0.0353: missing entry in switch
Problem: Missing entry in switch. Solution: Add ISN_ECHOWINDOW.
This commit is contained in:
@@ -707,6 +707,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 */
|
||||||
|
/**/
|
||||||
|
353,
|
||||||
/**/
|
/**/
|
||||||
352,
|
352,
|
||||||
/**/
|
/**/
|
||||||
|
@@ -2245,6 +2245,7 @@ delete_instr(isn_T *isn)
|
|||||||
case ISN_ECHOCONSOLE:
|
case ISN_ECHOCONSOLE:
|
||||||
case ISN_ECHOERR:
|
case ISN_ECHOERR:
|
||||||
case ISN_ECHOMSG:
|
case ISN_ECHOMSG:
|
||||||
|
case ISN_ECHOWINDOW:
|
||||||
case ISN_ENDTRY:
|
case ISN_ENDTRY:
|
||||||
case ISN_EXECCONCAT:
|
case ISN_EXECCONCAT:
|
||||||
case ISN_EXECUTE:
|
case ISN_EXECUTE:
|
||||||
|
Reference in New Issue
Block a user