commit | 2d78cd7756ac5c666e85222aea54d45b04b949a4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 13 20:50:09 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 13 20:50:09 2014 +0100 |
tree | d8c17c7b76b71378f4cd84ea67ad8a7c4da00063 | |
parent | 8340dd9b2919299bd5802227fcdf2df706592d41 [diff] [blame] |
updated for version 7.4.548 Problem: Function name not recognized correctly when inside a function. Solution: Don't check for an alpha character.
diff --git a/src/version.c b/src/version.c index 7abbfb5..05a9875 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 548, +/**/ 547, /**/ 546,