commit | 55480dccf4591859789b15a6c49162b7c2a476e0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 30 13:17:24 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 30 13:17:24 2013 +0200 |
tree | af9f67c1ed4106288d7898621a6fd159082dbb5a | |
parent | a4c8dcbdae63b8fba688db87d9cdf391ae883e62 [diff] [blame] |
updated for version 7.3.1272 Problem: Crash when editing Ruby file. (Aliaksandr Rahalevich) Solution: Reallocate the state list when necessary.
diff --git a/src/version.c b/src/version.c index 3a0b367..2490323 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1272, +/**/ 1271, /**/ 1270,