aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim/fakevimplugin.h
diff options
context:
space:
mode:
authorLukas Holecek <hluk@email.cz>2012-09-29 13:13:01 +0200
committerhjk <qthjk@ovi.com>2012-10-04 18:00:09 +0200
commit1e6cd8af47047a47e751707e47158b8424072310 (patch)
treecc374bcd6eb40b652073aec9ef74aab6e5f6b364 /src/plugins/fakevim/fakevimplugin.h
parentb9e550f7028167cbbe548df5e39b76dd9d9fdc59 (diff)
fakevim: Improved number transformations in Vim
Allow increasing/decreasing the first number after cursor position (cursor doesn't have to be on the number). Increase/decrease number by [count]. Change-Id: I5f4d41fed43556a46c3b63bea4efcdd6a66a81a4 Reviewed-by: hjk <qthjk@ovi.com>
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 553a23aeb0..e45621f04b 100644
--- a/src/plugins/fakevim/fakevimplugin.h
+++ b/src/plugins/fakevim/fakevimplugin.h
@@ -62,6 +62,7 @@ private:
private slots:
void test_vim_movement();
void test_vim_fFtT();
+ void test_vim_transform_numbers();
void test_vim_delete();
void test_vim_delete_inner_word();
void test_vim_delete_a_word();