patch 8.1.0020: cannot tell whether a register is executing or recording v8.1.0020
authorBram Moolenaar <Bram@vim.org>
Tue, 22 May 2018 18:35:17 +0000 (20:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 22 May 2018 18:35:17 +0000 (20:35 +0200)
commit0b6d911e5de1a1c10a23d4c2ee1b0275c474a2dd
tree3d33047a64f47e30852f5d6f187f316d12b3f55b
parentb4518563c73460150344a57879bf5b22cb8b1c77
patch 8.1.0020: cannot tell whether a register is executing or recording

Problem:    Cannot tell whether a register is being used for executing or
            recording.
Solution:   Add reg_executing() and reg_recording(). (Hirohito Higashi,
            closes #2745)  Rename the global variables for consistency.  Store
            the register name in reg_executing.
13 files changed:
runtime/doc/eval.txt
runtime/doc/usr_41.txt
src/edit.c
src/evalfunc.c
src/fileio.c
src/getchar.c
src/globals.h
src/message.c
src/normal.c
src/ops.c
src/screen.c
src/testdir/test_functions.vim
src/version.c