commit | e17c2603355669a84813f454875d865f38172ff8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 26 19:36:15 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 26 19:36:15 2013 +0100 |
tree | 56bebea0472c6d4a86797401e6b715775bbd4d73 | |
parent | f5e44a7e90a68f91da540fe9da8b62fb9e2aeea6 [diff] [blame] |
updated for version 7.3.841 Problem: When a "cond ? one : two" expression has a subscript it is not parsed correctly. (Andy Wokula) Solution: Handle a subscript also when the type is unknown. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 7c12188..6098591 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 841, +/**/ 840, /**/ 839,