commit | 4119cf80e1e534057680f9543e73edf7967c2440 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 14:59:01 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 14:59:01 2016 +0100 |
tree | c52cd076d2c07949bc5d773f88fc53c9daf056ba | |
parent | 2db5c3b3ceeaded7fb5a64dc5cb22b0cb95b78a1 [diff] [blame] |
patch 7.4.1113 Problem: Using {ns} in variable name does not work. (lilydjwg) Solution: Fix recognizing colon. Add a test.
diff --git a/src/version.c b/src/version.c index 4cce40b..8d9fda8 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1113, +/**/ 1112, /**/ 1111,