FakeVim: Add emulation for vim-surround plugin

Change-Id: If450d04dd89a1707ab05806522fbf4cc987d454b
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Tom Praschan
2021-01-30 14:16:02 +01:00
parent b3686d410d
commit 1085d6b508
8 changed files with 328 additions and 23 deletions

View File

@@ -120,6 +120,7 @@ FakeVimSettings::FakeVimSettings()
createAction(ConfigEmulateReplaceWithRegister, false, "ReplaceWithRegister");
createAction(ConfigEmulateExchange, false, "exchange");
createAction(ConfigEmulateArgTextObj, false, "argtextobj");
createAction(ConfigEmulateSurround, false, "surround");
}
FakeVimSettings::~FakeVimSettings()