summaryrefslogtreecommitdiff
path: root/src/plugins/fakevim/fakevimhandler.h
diff options
context:
space:
mode:
authorLukas Holecek <hluk@email.cz>2012-12-30 15:19:15 +0100
committerhjk <qthjk@ovi.com>2012-12-30 16:08:36 +0100
commit2af8015941a17991379b8fcee587654e56c08271 (patch)
tree5e6c1a88e245c88e7eae10af32c3515b190bb940 /src/plugins/fakevim/fakevimhandler.h
parente3ca6f8d77a3d778882e8e2820d12c159c05dccf (diff)
downloadqt-creator-2af8015941a17991379b8fcee587654e56c08271.tar.gz
FakeVim: Allow to delete selected text in command buffer
Change-Id: Ia3074053da465b5ce999955f428c970f1b01a265 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/fakevim/fakevimhandler.h')
-rw-r--r--src/plugins/fakevim/fakevimhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fakevim/fakevimhandler.h b/src/plugins/fakevim/fakevimhandler.h
index b1c74fdf31..b62ba183a0 100644
--- a/src/plugins/fakevim/fakevimhandler.h
+++ b/src/plugins/fakevim/fakevimhandler.h
@@ -122,7 +122,7 @@ public slots:
int logicalIndentation(const QString &line) const;
QString tabExpand(int n) const;
- void miniBufferTextEdited(const QString &text, int cursorPos);
+ void miniBufferTextEdited(const QString &text, int cursorPos, int anchorPos);
// Set text cursor position. Keeps anchor if in visual mode.
void setTextCursorPosition(int position);