Fixes: Doc - fixed a typo

RevBy: Kavindra
This commit is contained in:
Dean Dettman
2009-03-10 15:31:52 +01:00
parent f3f9718fb7
commit 29b1f841c4
2 changed files with 2 additions and 2 deletions

View File

@@ -1493,7 +1493,7 @@ EventResult FakeVimHandler::Private::handleMiniBufferModes(int key, int unmodifi
updateMiniBuffer();
} else if ((key == Key_Up || key == Key_PageUp) && isSearchMode()) {
// FIXME: This and the three cases below are wrong as vim
// takes only matching entires in the history into account.
// takes only matching entries in the history into account.
if (m_searchHistoryIndex > 0) {
--m_searchHistoryIndex;
showBlackMessage(m_searchHistory.at(m_searchHistoryIndex));