This commit is contained in:
johnfn 2016-10-10 16:17:39 -07:00
parent 9628c185af
commit 5baa9c27fc
2 changed files with 12 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"displayName": "Vim",
"description": "Vim emulation for Visual Studio Code",
"icon": "images/icon.png",
"version": "0.3.3",
"version": "0.3.4",
"publisher": "vscodevim",
"galleryBanner": {
"color": "#e3f4ff",
@ -157,7 +157,6 @@
},
{
"key": "ctrl+t",
"command": "extension.vim_ctrl+t",
"when": "editorTextFocus && vim.useCtrlKeys && !inDebugRepl"
},

11
tabsizefix Normal file
View File

@ -0,0 +1,11 @@
blah() {
one two
three four
f
derp() {
}
}