Skip to content

Commit d6221a8

Browse files
committed
bump version
1 parent a049285 commit d6221a8

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [v1.18.9](https://github.com/vscodevim/vim/tree/v1.18.9) (2021-02-05)
4+
5+
[Full Changelog](https://github.com/vscodevim/vim/compare/v1.18.8...v1.18.9)
6+
7+
**Fixed Bugs:**
8+
9+
- Failed to handle key=\<BS\>. Cannot read property 'canBeRepeatedWithDot' of undefined [\#5468](https://github.com/VSCodeVim/Vim/issues/5468)
10+
11+
**Closed issues:**
12+
13+
- Failed to handle key=i. Cannot read property 'start' of undefined [\#6042](https://github.com/VSCodeVim/Vim/issues/6042)
14+
315
## [v1.18.8](https://github.com/vscodevim/vim/tree/v1.18.8) (2021-02-02)
416

517
[Full Changelog](https://github.com/vscodevim/vim/compare/v1.18.7...v1.18.8)
@@ -45,10 +57,6 @@
4557

4658
[Full Changelog](https://github.com/vscodevim/vim/compare/v1.18.4...v1.18.5)
4759

48-
**Enhancements:**
49-
50-
- :set tabstop=x works but :set ts=x does not. [\#5368](https://github.com/VSCodeVim/Vim/issues/5368)
51-
5260
**Fixed Bugs:**
5361

5462
- Double brackets shortcuts don't work \(i.e., "\[\[" & "\]\]"\) [\#5857](https://github.com/VSCodeVim/Vim/issues/5857)
@@ -128,9 +136,6 @@
128136
- Failed to handle key=\<C-o\>. Could NOT open editor for "file:///e:/hc_client_1/Assets/Scripts/Rhythm/MusicScriptEditor.cs". [\#5412](https://github.com/VSCodeVim/Vim/issues/5412)
129137
- Line down lagging when in visual line selection mode [\#5401](https://github.com/VSCodeVim/Vim/issues/5401)
130138
- Autocomplete behaving badly [\#5390](https://github.com/VSCodeVim/Vim/issues/5390)
131-
- Cursor stay on initial position after CTRL+arrows [\#5380](https://github.com/VSCodeVim/Vim/issues/5380)
132-
- alt+double-click to select multiple words with multiple cursors only selects to left of cursor [\#5366](https://github.com/VSCodeVim/Vim/issues/5366)
133-
- gd Goto Defination doesn't work [\#5358](https://github.com/VSCodeVim/Vim/issues/5358)
134139

135140
**Merged pull requests:**
136141

@@ -145,7 +150,6 @@
145150
- Stop snippet insertion from going to visual mode [\#5540](https://github.com/VSCodeVim/Vim/pull/5540) ([berknam](https://github.com/berknam))
146151
- Fixes \#5442 - \[X\]p does not work in visual line mode [\#5504](https://github.com/VSCodeVim/Vim/pull/5504) ([rickythefox](https://github.com/rickythefox))
147152
- Stop user forced stop remap from throwing error [\#5425](https://github.com/VSCodeVim/Vim/pull/5425) ([berknam](https://github.com/berknam))
148-
- Fix Alt+DoubleClick wrong selection after the first one [\#5367](https://github.com/VSCodeVim/Vim/pull/5367) ([berknam](https://github.com/berknam))
149153

150154
## [v1.17.1](https://github.com/vscodevim/vim/tree/v1.17.1) (2020-09-25)
151155

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Vim",
44
"description": "Vim emulation for Visual Studio Code",
55
"icon": "images/icon.png",
6-
"version": "1.18.8",
6+
"version": "1.18.9",
77
"publisher": "vscodevim",
88
"galleryBanner": {
99
"color": "#e3f4ff",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
"@babel/code-frame@^7.0.0":
6-
version "7.10.7"
6+
version "7.10.8"
77
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
88
integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
99
dependencies:

0 commit comments

Comments
 (0)