fakevim: don't expand collapsed code blocks when moving between lines

This commit is contained in:
Martin Aumueller
2008-12-28 20:57:12 +01:00
committed by hjk
parent ff4bb681f6
commit e4a1edca54

View File

@@ -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);