|
1 | 1 | # Change Log |
2 | 2 |
|
| 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 | + |
3 | 15 | ## [v1.18.8](https://github.com/vscodevim/vim/tree/v1.18.8) (2021-02-02) |
4 | 16 |
|
5 | 17 | [Full Changelog](https://github.com/vscodevim/vim/compare/v1.18.7...v1.18.8) |
|
45 | 57 |
|
46 | 58 | [Full Changelog](https://github.com/vscodevim/vim/compare/v1.18.4...v1.18.5) |
47 | 59 |
|
48 | | -**Enhancements:** |
49 | | - |
50 | | -- :set tabstop=x works but :set ts=x does not. [\#5368](https://github.com/VSCodeVim/Vim/issues/5368) |
51 | | - |
52 | 60 | **Fixed Bugs:** |
53 | 61 |
|
54 | 62 | - Double brackets shortcuts don't work \(i.e., "\[\[" & "\]\]"\) [\#5857](https://github.com/VSCodeVim/Vim/issues/5857) |
|
128 | 136 | - 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) |
129 | 137 | - Line down lagging when in visual line selection mode [\#5401](https://github.com/VSCodeVim/Vim/issues/5401) |
130 | 138 | - 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) |
134 | 139 |
|
135 | 140 | **Merged pull requests:** |
136 | 141 |
|
|
145 | 150 | - Stop snippet insertion from going to visual mode [\#5540](https://github.com/VSCodeVim/Vim/pull/5540) ([berknam](https://github.com/berknam)) |
146 | 151 | - Fixes \#5442 - \[X\]p does not work in visual line mode [\#5504](https://github.com/VSCodeVim/Vim/pull/5504) ([rickythefox](https://github.com/rickythefox)) |
147 | 152 | - 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)) |
149 | 153 |
|
150 | 154 | ## [v1.17.1](https://github.com/vscodevim/vim/tree/v1.17.1) (2020-09-25) |
151 | 155 |
|
|
0 commit comments