forked from qt-creator/qt-creator
FakeVim: Properly replay macro with insert mode
Task-number: QTCREATORBUG-13266 Change-Id: Id73e6e561bfa93f43c6839974d6d767164b4dbd8 Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -1125,6 +1125,9 @@ public:
|
||||
|
||||
QString toString() const
|
||||
{
|
||||
if (!m_text.isEmpty())
|
||||
return QString(m_text).replace(_("<"), _("<LT>"));
|
||||
|
||||
QString key = vimKeyNames().key(m_key);
|
||||
bool namedKey = !key.isEmpty();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user