Skip to content
GitLab
Menu
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
bfd5519c
Commit
bfd5519c
authored
Nov 22, 2012
by
hjk
Browse files
fakevim: compile fix
Change-Id: I9b82afa882845e9a3d251619ad87fe18343b6a7a Reviewed-by:
hjk
<
qthjk@ovi.com
>
parent
be443b8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/fakevim/fakevimhandler.cpp
View file @
bfd5519c
...
...
@@ -3457,10 +3457,10 @@ bool FakeVimHandler::Private::handleNoSubMode(const Input &input)
const
int
pos
=
position
();
beginEditBlock
();
if
(
m_submode
==
NoSubMode
)
joinLines
(
count
,
m_gflag
);
joinLines
(
count
()
,
m_gflag
);
endEditBlock
();
setPosition
(
pos
);
setDotCommand
(
"%1J"
,
count
);
setDotCommand
(
"%1J"
,
count
()
);
}
else
if
(
input
.
isControl
(
'l'
))
{
// screen redraw. should not be needed
}
else
if
(
input
.
is
(
'm'
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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