commit | 2a876e40cebe45c773302b5b9518d07100888d6b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 12 22:08:58 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 12 22:08:58 2013 +0200 |
tree | efb810bc0190d1655306da7d70dc2ebed35cb52f | |
parent | ec7944aaf2d5fd67b7bd59a69d6a393424b6c8f8 [diff] [blame] |
updated for version 7.3.1181 Problem: Wrong error message for 1.0[0]. Solution: Check for funcref and float separately. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index fddef11..be1825e 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1181, +/**/ 1180, /**/ 1179,