aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim/fakevimplugin.h
diff options
context:
space:
mode:
authorLukas Holecek <hluk@email.cz>2012-10-26 18:34:58 +0200
committerhjk <qthjk@ovi.com>2012-10-29 10:04:57 +0100
commitf7fa450a1c634eb976b0a2a2f82d7a11f32e2b5f (patch)
treed7c0e22571bff8f385b230f11d705004920985c5 /src/plugins/fakevim/fakevimplugin.h
parent1b3909e45a18648cd635c082b0839688206ae3cb (diff)
fakevim: Improved range modifying Ex commands.
Added change and join Ex commands. Ex command range and address with /.../, ?...?, \/, \? and \&. Change-Id: I23f16d3e454f28bcfcf87aeab500830136546345 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/fakevim/fakevimplugin.h')
-rw-r--r--src/plugins/fakevim/fakevimplugin.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/plugins/fakevim/fakevimplugin.h b/src/plugins/fakevim/fakevimplugin.h
index 4525fe4fae..d2f7177875 100644
--- a/src/plugins/fakevim/fakevimplugin.h
+++ b/src/plugins/fakevim/fakevimplugin.h
@@ -81,8 +81,12 @@ private slots:
void test_vim_code_autoindent();
void test_vim_code_folding();
void test_vim_substitute();
- void test_vim_yank();
- void test_vim_move();
+ void test_vim_ex_yank();
+ void test_vim_ex_delete();
+ void test_vim_ex_change();
+ void test_vim_ex_shift();
+ void test_vim_ex_move();
+ void test_vim_ex_join();
void test_advanced_commands();
void test_map();