commit | 3905e291fe4375ca5c59efa9ffcb01a39c7be3a9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 19 18:44:08 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 19 18:44:08 2016 +0100 |
tree | 5f8b5b1468f60d2962669f617a14b0c22db8888b | |
parent | 3848e00e0177abdb31bc600234967863ec487233 [diff] [blame] |
patch 7.4.1605 Problem: Catching exception that won't be thrown. Solution: Remove try/catch.
diff --git a/src/version.c b/src/version.c index 4be03de..2c4d24d 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1605, +/**/ 1604, /**/ 1603,