commit | 663128270e6ea6b529c45ceee4b369734b8b2fdb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 20 15:10:50 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 20 15:10:50 2016 +0100 |
tree | da81a5ce0b11312637070df76974fb6b4436a116 | |
parent | befb366affa6309c6b4a469ec7f729821e3a36fa [diff] [blame] |
patch 7.4.1366 Problem: Typo in test and resulting error in test result. Solution: Fix the typo and correct the result. (James McCoy, close #650)
diff --git a/src/version.c b/src/version.c index b3a9eec..19cd69c 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1366, +/**/ 1365, /**/ 1364,