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
e3eec1eb
Commit
e3eec1eb
authored
Mar 12, 2009
by
hjk
Browse files
Fixes: fakevim: implement . after 'f', 't', 'F', and 'T'
parent
07718288
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/fakevim/fakevimhandler.cpp
View file @
e3eec1eb
...
...
@@ -861,7 +861,10 @@ EventResult FakeVimHandler::Private::handleCommandMode(int key, int unmodified,
m_semicolonKey
=
key
;
handleFfTt
(
key
);
m_subsubmode
=
NoSubSubMode
;
finishMovement
();
finishMovement
(
QString
(
"%1%2%3"
)
.
arg
(
count
())
.
arg
(
QChar
(
m_semicolonType
))
.
arg
(
QChar
(
m_semicolonKey
)));
}
else
if
(
m_submode
==
ReplaceSubMode
)
{
if
(
count
()
<
rightDist
()
&&
text
.
size
()
==
1
&&
(
text
.
at
(
0
).
isPrint
()
||
text
.
at
(
0
).
isSpace
()))
{
...
...
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