FakeVim: Initial support for Vim macro recording and replaying

Record macro with 'q{0-9a-zA-Z"}' command and replay it with
'@{0-9a-z".*+}'. Replaying with prompt ('=' instead of register) not
supported.

Change-Id: I49965a99d10910e8df09e62020ed496542e3b249
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hluk
2013-03-17 12:41:18 +01:00
committed by hjk
parent 92bd228e95
commit 0f25f0c89b
4 changed files with 156 additions and 12 deletions

View File

@@ -151,7 +151,7 @@ public:
hide();
} else {
show();
m_label->setText(messageLevel == MessageMode ? _("-- ") + contents + _(" --") : contents);
m_label->setText(contents);
QString css;
if (messageLevel == MessageError) {