1
0
forked from aniani/vim

patch 8.2.0789: Vim9: expression testing lost coverage using constants

Problem:    Vim9: expression testing lost coverage using constants.
Solution:   Use a few variables instead of constants.
This commit is contained in:
Bram Moolenaar
2020-05-18 13:38:02 +02:00
parent deb17451ed
commit 66b3101672
2 changed files with 37 additions and 0 deletions

View File

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