patch 8.2.3047: increment and decrement don't allow for next command

Problem:    Increment and decrement don't allow for next command.
Solution:   Allow for comment and next command. (closes #8442)
This commit is contained in:
Bram Moolenaar
2021-06-25 19:29:30 +02:00
parent b420ac9d20
commit f3d30842dc
4 changed files with 14 additions and 4 deletions

View File

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