1
0
forked from aniani/vim

patch 8.2.2230: Vim9: insert completion runs into error

Problem:    Vim9: insert completion runs into error.
Solution:   Insert colon before range. (closes #7556)
This commit is contained in:
Bram Moolenaar
2020-12-27 18:03:22 +01:00
parent 39cb2dab18
commit 179eb567b1
3 changed files with 22 additions and 1 deletions

View File

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