commit | 4920a4427183f1a353394f33402dde5ae4d32c18 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 21 19:35:31 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 21 19:35:31 2014 +0200 |
tree | 63407bfed0417169cd5d490975ea65a3cb559df8 | |
parent | cb5ea1401a048b5c3e0e2c4d3afc72184f3604ad [diff] [blame] |
updated for version 7.4.485 Problem: Abbreviations don't work. (Toothpik) Solution: Move the length computation inside the for loop. Compare against the unescaped key.
diff --git a/src/version.c b/src/version.c index e0efbb6..774480c 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 485, +/**/ 484, /**/ 483,