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
fd90f888
Commit
fd90f888
authored
Jan 27, 2009
by
hjk
Browse files
Fixes: fakevim: disable main cursor in search mode
parent
e71c9807
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/fakevim/fakevimhandler.cpp
View file @
fd90f888
...
...
@@ -780,6 +780,7 @@ bool FakeVimHandler::Private::handleCommandMode(int key, int unmodified,
m_commandHistoryIndex
=
m_commandHistory
.
size
()
-
1
;
updateMiniBuffer
();
}
else
if
(
key
==
'/'
||
key
==
'?'
)
{
enterExMode
();
// to get the cursor disabled
m_mode
=
(
key
==
'/'
)
?
SearchForwardMode
:
SearchBackwardMode
;
m_commandBuffer
.
clear
();
m_searchHistory
.
append
(
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