fackevim: move cursor to first non-blank on line after 'p'

This commit is contained in:
hjk
2009-04-02 12:04:29 +02:00
parent 81562dce7a
commit 9d42fb36d7

View File

@@ -1247,6 +1247,7 @@ EventResult FakeVimHandler::Private::handleCommandMode(int key, int unmodified,
m_tc.insertText(text);
moveUp(n);
}
moveToFirstNonBlankOnLine();
} else {
m_desiredColumn = 0;
for (int i = count(); --i >= 0; ) {