aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim/fakevimplugin.h
diff options
context:
space:
mode:
authorLukas Holecek <hluk@email.cz>2012-12-20 18:12:10 +0100
committerhjk <qthjk@ovi.com>2012-12-26 15:58:44 +0100
commitb74ae13491cfc987332a50eef2bbec1295da3f69 (patch)
treedbdc4afaf57e45f1928166269acb16359f77de12 /src/plugins/fakevim/fakevimplugin.h
parent01d6d5eac37cf4bdc1f14b79ccdaddc566b2193a (diff)
fakevim: Set correct cursor column after a command
Set cursor column after some commands and position the cursor on same column after vertical movement. If line is too short set cursor to the end of line but don't remember the new cursor column. Change-Id: I4f5592925b9b360e7393f6ac966025f1466f483d 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 58594727f8..87a558723b 100644
--- a/src/plugins/fakevim/fakevimplugin.h
+++ b/src/plugins/fakevim/fakevimplugin.h
@@ -75,6 +75,7 @@ private slots:
void test_vim_indent();
void test_vim_marks();
void test_vim_jumps();
+ void test_vim_current_column();
void test_vim_copy_paste();
void test_vim_undo_redo();
void test_vim_letter_case();