commit | 5d712e4672c6c8cf7f35cfb7d8eb7e8aa24062ac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 03 23:37:01 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 03 23:37:01 2019 +0200 |
tree | 3a3c86381e334826dcb14488a182e4ce82a11890 | |
parent | d570ab95d9ab0616f7d7cff59302617e612eae41 [diff] [blame] |
patch 8.1.1972: no proper test for getchar() Problem: No proper test for getchar(). Solution: Add a test with special characters.
diff --git a/src/version.c b/src/version.c index 85526b6..321da51 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1972, +/**/ 1971, /**/ 1970,