commit | 4686b323e4bc0f466500b018959f6c8965f010f9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 14:44:10 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 14:44:10 2015 +0100 |
tree | 58b7ed5a992bbd6f0c19bc0ec5bb6e3e502f6dad | |
parent | 57d7971b5f1621071176eea81cdb0d1fc50c925d [diff] [blame] |
patch 7.4.981 Problem: An error in a test script goes unnoticed. Solution: Source the test script inside try/catch. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 262876e..ac5bb1f 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 981, +/**/ 980, /**/ 979,