FakeVim: Add emulation for argtextobj.vim plugin

Change-Id: I319d2b9fe9f0d145c2560cf03fecc50629c99006
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Tom Praschan
2021-02-07 19:24:56 +01:00
parent 480220a7e7
commit d7acee920d
8 changed files with 127 additions and 3 deletions

View File

@@ -119,6 +119,7 @@ FakeVimSettings::FakeVimSettings()
createAction(ConfigEmulateVimCommentary, false, "commentary");
createAction(ConfigEmulateReplaceWithRegister, false, "ReplaceWithRegister");
createAction(ConfigEmulateExchange, false, "exchange");
createAction(ConfigEmulateArgTextObj, false, "argtextobj");
}
FakeVimSettings::~FakeVimSettings()