Merge pull request #1975 from adamjimenez/patch-26

typo
This commit is contained in:
Harutyun Amirjanyan 2014-05-17 21:54:05 +02:00
commit 6e82b0a3c3

View file

@ -153,7 +153,7 @@ exports.commands = [{
readOnly: true
}, {
name: "selectOrFindNext",
bindKey: bindKey("ALt-K", "Ctrl-G"),
bindKey: bindKey("Alt-K", "Ctrl-G"),
exec: function(editor) {
if (editor.selection.isEmpty())
editor.selection.selectWord();