commit | 37d1807a801d5296f00b3ac85a38b26cfe6de55c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 17 20:28:38 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 17 20:28:38 2019 +0200 |
tree | d44d74c0e9c2c696ec593b1156f9efab811bafa9 | |
parent | 0e57dd859ecb1e8a3b91509d2f4343e839340eb8 [diff] [blame] |
patch 8.1.2048: not clear why SafeState and SafeStateAgain are not triggered Problem: Not clear why SafeState and SafeStateAgain are not triggered. Solution: Add log statements.
diff --git a/src/version.c b/src/version.c index 622f168..b8c8808 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2048, +/**/ 2047, /**/ 2046,