commit | 0e57dd859ecb1e8a3b91509d2f4343e839340eb8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 16 22:56:03 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 16 22:56:03 2019 +0200 |
tree | 50e5f097f3fe10851e7af017cea6cdef35b12402 | |
parent | 69198cb8c08f124729c41a4681f2d142228a9139 [diff] [blame] |
patch 8.1.2047: cannot check the current state Problem: Cannot check the current state. Solution: Add the state() function.
diff --git a/src/version.c b/src/version.c index 02e8cfb..622f168 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2047, +/**/ 2046, /**/ 2045,