commit | cadbe1b1fbdf7d7740ae617710e0f6862fdee598 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 22 21:50:09 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 22 21:50:09 2019 +0200 |
tree | fa09b706ee53dff036830a71d56a2d8af2c8be0b | |
parent | c2585490321854ca3df115efcf0b40986901d96c [diff] [blame] |
patch 8.1.2067: no tests for SafeState and SafeStateAgain Problem: No tests for SafeState and SafeStateAgain. Solution: Add tests.
diff --git a/src/version.c b/src/version.c index 2b2474f..d163fba 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2067, +/**/ 2066, /**/ 2065,