mirror of
https://github.com/VSCodeVim/Vim.git
synced 2024-11-09 13:34:29 +03:00
0.3.4
This commit is contained in:
parent
9628c185af
commit
5baa9c27fc
@ -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
11
tabsizefix
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
blah() {
|
||||
|
||||
one two
|
||||
three four
|
||||
f
|
||||
derp() {
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user