1
0
forked from aniani/vim

patch 7.4.1270

Problem:    Warnings for missing values in switch.
Solution:   Change switch to if-else or add values.
This commit is contained in:
Bram Moolenaar
2016-02-06 19:57:20 +01:00
parent 4f8b8faec3
commit 81e7a9c3fb
4 changed files with 18 additions and 5 deletions

View File

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