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
Marco Bubke
flatpak-qt-creator
Commits
e4a1edca
Commit
e4a1edca
authored
Dec 28, 2008
by
Martin Aumueller
Committed by
hjk
Jan 13, 2009
Browse files
fakevim: don't expand collapsed code blocks when moving between lines
parent
ff4bb681
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/fakevim/fakevimhandler.cpp
View file @
e4a1edca
...
...
@@ -314,6 +314,7 @@ bool FakeVimHandler::Private::handleEvent(QKeyEvent *ev)
// Fake "End of line"
m_tc
=
EDITOR
(
textCursor
());
m_tc
.
setVisualNavigation
(
true
);
if
(
m_fakeEnd
)
m_tc
.
movePosition
(
Right
,
MoveAnchor
,
1
);
...
...
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