commit | 9a2c091a748b380efafe60583698c9afcaab1e46 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 14:26:18 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 14:26:18 2019 +0100 |
tree | 9fd1e3baabc53307e56cebe260692a013ee7065e | |
parent | 7591bb39d58ece38a5fef984a08ea9012616c1f9 [diff] [blame] |
patch 8.1.1077: reg_executing() is reset by calling input() Problem: reg_executing() is reset by calling input(). Solution: Implement a more generic way to save and restore reg_executing. (Ozaki Kiichi, closes #4192)
diff --git a/src/version.c b/src/version.c index 5505e6e..e84b5db 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1077, +/**/ 1076, /**/ 1075,