commit | 2976c028ca65631825581dcd4e36b56ddc1ae82d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 05 21:30:37 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 05 21:30:37 2013 +0200 |
tree | 8fafacebdba6c8d43dd2552c14da819b8d5ea591 | |
parent | c19b4b50a800c9866df4de0d30a25dc9d9af4939 [diff] [blame] |
updated for version 7.3.1127 Problem: No error for using empty \%[]. Solution: Give error message.
diff --git a/src/version.c b/src/version.c index 92fa3d7..fe9465a 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1127, +/**/ 1126, /**/ 1125,