aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim/fakevimplugin.h
diff options
context:
space:
mode:
authorTom Praschan <tom@praschan.de>2021-01-30 12:29:14 +0100
committerTom Praschan <tom@praschan.de>2021-02-10 16:11:50 +0000
commitf83eeb0548e2d57446bdf2a533ce75a9819a53aa (patch)
treeea65d2ea057b9125ed09a7b300dd7dce4ec12349 /src/plugins/fakevim/fakevimplugin.h
parent3b1bc1d0534ed2ec65490afa5b3723b2cc8e2d3d (diff)
FakeVim: Add emulation of vim-exchange plugin
Change-Id: I844c9bf11231ab842cee020a0e7a29af8ed209eb Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/fakevim/fakevimplugin.h')
-rw-r--r--src/plugins/fakevim/fakevimplugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/fakevim/fakevimplugin.h b/src/plugins/fakevim/fakevimplugin.h
index ad5d64fb2f..37950c37d4 100644
--- a/src/plugins/fakevim/fakevimplugin.h
+++ b/src/plugins/fakevim/fakevimplugin.h
@@ -161,6 +161,7 @@ private slots:
void test_vim_commentary_emulation();
void test_vim_commentary_file_names();
void test_vim_replace_with_register_emulation();
+ void test_vim_exchange_emulation();
void test_macros();