From 7833b53272d89da92d7a24bd5726cf16b3e90bbf Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 13 Apr 2016 21:21:49 +0100 Subject: Fix support for macro being recorded and replay during :exec (non draft) --- src/input_handler.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/input_handler.hh') diff --git a/src/input_handler.hh b/src/input_handler.hh index 41397b28..77153c2d 100644 --- a/src/input_handler.hh +++ b/src/input_handler.hh @@ -109,6 +109,7 @@ private: char m_recording_reg = 0; String m_recorded_keys; + int m_recording_level = -1; int m_handle_key_level = 0; }; -- cgit v1.2.3