Merge branch 'master' of github.com:VSCodeVim/Vim

This commit is contained in:
johnfn 2016-10-11 18:54:27 -07:00
commit d9a7ba2820

View File

@ -44,7 +44,7 @@
{
"key": "Escape",
"command": "extension.vim_escape",
"when": "editorTextFocus && !inDebugRepl && !suggestWidgetVisible"
"when": "editorTextFocus && !inDebugRepl"
},
{
"key": "cmd+d",
@ -287,4 +287,4 @@
"typescript": "2.0.0",
"typings": "^1.4.0"
}
}
}