commit | a03f23351588f04276469cd7742b7ec655bb604b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 06 18:09:59 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 06 18:09:59 2016 +0100 |
tree | 449e754ee515453f09d8dd85fd381cd064551fcf | |
parent | ab9fc7e0cf22bcee119b62d3433cac60f405e645 [diff] [blame] |
patch 7.4.1267 Problem: Easy to miss handling all types of variables. Solution: Change the variable type into an enum.
diff --git a/src/version.c b/src/version.c index 51f0503..47f45de 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1267, +/**/ 1266, /**/ 1265,