commit | f0fab3046c2b5c4115979347464a802853011220 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 05 12:24:10 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 05 12:24:10 2019 +0100 |
tree | 5aa4e6a0094657524d0337111d77b0e5fae6c080 | |
parent | 8fcb60f961bdd134599fb016c6537fd496e800f5 [diff] [blame] |
patch 8.1.0995: a getchar() call resets the reg_executing() result Problem: A getchar() call while executing a register resets the reg_executing() result. Solution: Save and restore reg_executing. (closes #406
diff --git a/src/version.c b/src/version.c index 6279847..70a43d5 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 995, +/**/ 994, /**/ 993,