FakeVim: Add emulation of vim-exchange plugin

Change-Id: I844c9bf11231ab842cee020a0e7a29af8ed209eb
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Tom Praschan
2021-01-30 12:29:14 +01:00
parent 3b1bc1d053
commit f83eeb0548
8 changed files with 111 additions and 1 deletions

View File

@@ -118,6 +118,7 @@ FakeVimSettings::FakeVimSettings()
// Emulated plugins
createAction(ConfigEmulateVimCommentary, false, "commentary");
createAction(ConfigEmulateReplaceWithRegister, false, "ReplaceWithRegister");
createAction(ConfigEmulateExchange, false, "exchange");
}
FakeVimSettings::~FakeVimSettings()