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
1f26640a
Commit
1f26640a
authored
Apr 19, 2010
by
hjk
Browse files
fakevim: 'change sub mode' likes text objects, too.
parent
994da514
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/fakevim/fakevimhandler.cpp
View file @
1f26640a
...
...
@@ -1335,7 +1335,9 @@ void FakeVimHandler::Private::passShortcuts(bool enable)
static
bool
subModeCanUseTextObjects
(
int
submode
)
{
return
submode
==
DeleteSubMode
||
submode
==
YankSubMode
;
return
submode
==
DeleteSubMode
||
submode
==
YankSubMode
||
submode
==
ChangeSubMode
;
}
EventResult
FakeVimHandler
::
Private
::
handleCommandSubSubMode
(
const
Input
&
input
)
...
...
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