commit | 19e8ac72e9c17b894a9c74cb8f70feb33567033c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 03 22:23:38 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 03 22:23:38 2019 +0200 |
tree | 3799cde2dad44f4c4280a618514ca6be47d45442 | |
parent | 581ba39aefe837298a9943b04a1dab13a7ec6772 [diff] [blame] |
patch 8.1.1970: search stat space wrong, no test for 8.1.1965 Problem: Search stat space wrong, no test for 8.1.1965. Solution: Fix check for cmd_silent. Add a test. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 655b68a..7b3fff0 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1970, +/**/ 1969, /**/ 1968,