commit | acd6a049f68d0a69a96240c2d928a7ddda9c4c69 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 30 16:39:48 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 30 16:39:48 2011 +0200 |
tree | c20e9c2145a5de909c0bf5ea50868b38e3fbda53 | |
parent | a627c96182e4f442909c3450d359aa4f59946fde [diff] [blame] |
updated for version 7.3.325 Problem: A duplicated function argument gives an internal error. Solution: Give a proper error message. (based on patch by Tyru)
diff --git a/src/version.c b/src/version.c index 854cb9c..96f2ee4 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 325, +/**/ 324, /**/ 323,