Skip to content
GitLab
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
bddd9fa3
Commit
bddd9fa3
authored
Feb 20, 2009
by
hjk
Browse files
Fixes: commands: rename FakeVim.InstallHandler -> TextEditor.FakeVimHandler
parent
2fbbdca9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/fakevim/fakevimplugin.cpp
View file @
bddd9fa3
...
...
@@ -81,8 +81,8 @@ using namespace ProjectExplorer;
namespace
FakeVim
{
namespace
Constants
{
const
char
*
const
INSTALL_HANDLER
=
"
FakeVim.Install
Handler"
;
const
char
*
const
MINI_BUFFER
=
"FakeVim
.
MiniBuffer"
;
const
char
*
const
INSTALL_HANDLER
=
"
TextEditor.FakeVim
Handler"
;
const
char
*
const
MINI_BUFFER
=
"
TextEditor.
FakeVimMiniBuffer"
;
const
char
*
const
INSTALL_KEY
=
"Alt+V,Alt+V"
;
}
// namespace Constants
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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