commit | 0a777ab9890ba0e8dd57f082e98fde1adab36aa0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 25 17:56:50 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 25 17:56:50 2015 +0200 |
tree | c5673900c8bcbd8489098995983cc66295e09f66 | |
parent | 02d803fc0cc99a1c86a3553a1d445137eab1aa8d [diff] [blame] |
patch 7.4.881 Problem: Test 49 fails. Solution: Add line number to check of call stack.
diff --git a/src/version.c b/src/version.c index 37c63ec..079d99d 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 881, +/**/ 880, /**/ 879,