commit | 53989554a44caca0964376d60297f08ec257c53c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 23 22:59:18 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 23 22:59:18 2019 +0100 |
tree | 34d2140d4201e015661344b05ffb4c2d9aed97ff | |
parent | 70188f5b23ea7efec7adaf74e0af797d1bb1afe8 [diff] [blame] |
patch 8.2.0035: saving and restoring called_emsg is clumsy Problem: Saving and restoring called_emsg is clumsy. Solution: Count the number of error messages.
diff --git a/src/version.c b/src/version.c index 9f369a9..b1f40d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 35, +/**/ 34, /**/ 33,