diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2016-04-13 21:21:49 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2016-04-13 21:21:49 +0100 |
| commit | 7833b53272d89da92d7a24bd5726cf16b3e90bbf (patch) | |
| tree | 8d69178d9a27dc38af8f42290caea8fa2d508507 /src/input_handler.hh | |
| parent | b0060ed79e6978c6bb41ff008b9f36ea14b6d9ac (diff) | |
Fix support for macro being recorded and replay during :exec (non draft)
Diffstat (limited to 'src/input_handler.hh')
| -rw-r--r-- | src/input_handler.hh | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; |
