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
Tobias Hunger
qt-creator
Commits
da92e9c1
Commit
da92e9c1
authored
Mar 04, 2009
by
hjk
Browse files
Fixes: fakevim: return to command mode after :<line>
parent
2da336a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/fakevim/fakevimhandler.cpp
View file @
da92e9c1
...
...
@@ -1520,6 +1520,7 @@ void FakeVimHandler::Private::handleExCommand(const QString &cmd0)
if
(
cmd
.
isEmpty
())
{
m_tc
.
setPosition
(
firstPositionInLine
(
beginLine
));
showBlackMessage
(
QString
());
enterCommandMode
();
}
else
if
(
cmd
==
"q!"
||
cmd
==
"q"
)
{
// :q
quit
();
}
else
if
(
reDelete
.
indexIn
(
cmd
)
!=
-
1
)
{
// :d
...
...
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