Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
ccc959f4
Commit
ccc959f4
authored
May 06, 2010
by
hjk
Browse files
fakevim: cursor movement is _exclusive_ when using /
parent
5f954d10
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/fakevim/fakevimhandler.cpp
View file @
ccc959f4
...
...
@@ -1676,6 +1676,7 @@ EventResult FakeVimHandler::Private::handleCommandMode(const Input &input)
// FIXME: make core find dialog sufficiently flexible to
// produce the "default vi" behaviour too. For now, roll our own.
m_currentMessage
.
clear
();
m_movetype
=
MoveExclusive
;
m_subsubmode
=
SearchSubSubMode
;
m_commandPrefix
=
QLatin1Char
(
m_lastSearchForward
?
'/'
:
'?'
);
m_commandBuffer
=
QString
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment