]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0995: a getchar() call resets the reg_executing() result v8.1.0995
authorBram Moolenaar <Bram@vim.org>
Tue, 5 Mar 2019 11:24:10 +0000 (12:24 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 5 Mar 2019 11:24:10 +0000 (12:24 +0100)
commitf0fab3046c2b5c4115979347464a802853011220
tree5aa4e6a0094657524d0337111d77b0e5fae6c080
parent8fcb60f961bdd134599fb016c6537fd496e800f5
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
src/evalfunc.c
src/testdir/test_functions.vim
src/version.c