commit | 9bbf63dbf8286fadc0cd6b3428010abb67b1b64d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 16 16:49:28 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 16 16:49:28 2016 +0100 |
tree | 7506f4e638db6940cbdbe4588369bf26e63263fc | |
parent | 4e640bd930d133889dbc9f9a77e29bab902e3b7d [diff] [blame] |
patch 7.4.1105 Problem: When using slices there is a mixup of variable name and namespace. Solution: Recognize variables that can't be a namespace. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index baecfc7..f74281d 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1105, +/**/ 1104, /**/ 1103,