forked from qt-creator/qt-creator
FakeVim: Add emulation of vim-exchange plugin
Change-Id: I844c9bf11231ab842cee020a0e7a29af8ed209eb Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -118,6 +118,7 @@ FakeVimSettings::FakeVimSettings()
|
||||
// Emulated plugins
|
||||
createAction(ConfigEmulateVimCommentary, false, "commentary");
|
||||
createAction(ConfigEmulateReplaceWithRegister, false, "ReplaceWithRegister");
|
||||
createAction(ConfigEmulateExchange, false, "exchange");
|
||||
}
|
||||
|
||||
FakeVimSettings::~FakeVimSettings()
|
||||
|
||||
Reference in New Issue
Block a user