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
Tobias Hunger
qt-creator
Commits
29b1f841
Commit
29b1f841
authored
Mar 10, 2009
by
Dean Dettman
Browse files
Fixes: Doc - fixed a typo
RevBy: Kavindra
parent
f3f9718f
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/qtcreator.qdoc
View file @
29b1f841
...
...
@@ -700,7 +700,7 @@
\section1 Usage
You can find the version control menu ent
i
res in a sub-menu of the
You can find the version control menu entr
i
es in a sub-menu of the
\gui{Tools} menu. The version control system displayed here is the system
that manages the current project.
...
...
src/plugins/fakevim/fakevimhandler.cpp
View file @
29b1f841
...
...
@@ -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 ent
i
res in the history into account.
// takes only matching entr
i
es in the history into account.
if
(
m_searchHistoryIndex
>
0
)
{
--
m_searchHistoryIndex
;
showBlackMessage
(
m_searchHistory
.
at
(
m_searchHistoryIndex
));
...
...
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