|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## [v1.18.9](https://github.com/vscodevim/vim/tree/v1.18.9) (2021-02-05) |
| 3 | +## [v1.19.0](https://github.com/vscodevim/vim/tree/v1.19.0) (2021-03-18) |
4 | 4 |
|
5 |
| -[Full Changelog](https://github.com/vscodevim/vim/compare/v1.18.8...v1.18.9) |
| 5 | +[Full Changelog](https://github.com/vscodevim/vim/compare/v1.18.9...v1.19.0) |
| 6 | + |
| 7 | +**Enhancements:** |
| 8 | + |
| 9 | +- goto command not implemented [\#6025](https://github.com/VSCodeVim/Vim/issues/6025) |
| 10 | +- Use source maps to get intelligible stack traces [\#5887](https://github.com/VSCodeVim/Vim/issues/5887) |
6 | 11 |
|
7 | 12 | **Fixed Bugs:**
|
8 | 13 |
|
9 |
| -- Failed to handle key=\<BS\>. Cannot read property 'canBeRepeatedWithDot' of undefined [\#5468](https://github.com/VSCodeVim/Vim/issues/5468) |
| 14 | +- Tests fail silently on module loading problems. [\#6244](https://github.com/VSCodeVim/Vim/issues/6244) |
| 15 | +- `gi` should put cursor at start of file if there was no prior insertion [\#6189](https://github.com/VSCodeVim/Vim/issues/6189) |
| 16 | +- Issue while search text in Russian [\#6140](https://github.com/VSCodeVim/Vim/issues/6140) |
| 17 | +- `nnoremap`'ing `\<S-J\>` and `\<S-K\>` from .vimrc doesn't work [\#6110](https://github.com/VSCodeVim/Vim/issues/6110) |
| 18 | +- When Korean keyboard layout \(Hangul\) is active, Entering a space does not work properly. [\#5900](https://github.com/VSCodeVim/Vim/issues/5900) |
| 19 | + |
| 20 | +**Closed issues:** |
| 21 | + |
| 22 | +- Failed to handle key=c. Illegal value for `line` [\#6301](https://github.com/VSCodeVim/Vim/issues/6301) |
| 23 | +- Enable `noImplicitAny` in tsconfig [\#6034](https://github.com/VSCodeVim/Vim/issues/6034) |
| 24 | + |
| 25 | +**Merged pull requests:** |
| 26 | + |
| 27 | +- Fix even more dependency cycles [\#6243](https://github.com/VSCodeVim/Vim/pull/6243) ([inspirer](https://github.com/inspirer)) |
| 28 | +- Fix several dependency cycles [\#6208](https://github.com/VSCodeVim/Vim/pull/6208) ([inspirer](https://github.com/inspirer)) |
| 29 | +- Implement previous context marks \(add to jump list on m' / m`\) [\#6174](https://github.com/VSCodeVim/Vim/pull/6174) ([jose-elias-alvarez](https://github.com/jose-elias-alvarez)) |
| 30 | +- Add Erlang style comments [\#5970](https://github.com/VSCodeVim/Vim/pull/5970) ([maxnordlund](https://github.com/maxnordlund)) |
| 31 | +- Potential fix for non latin chars issue [\#5951](https://github.com/VSCodeVim/Vim/pull/5951) ([berknam](https://github.com/berknam)) |
| 32 | +- Fix multi cursor visual paste \(in part\) [\#5713](https://github.com/VSCodeVim/Vim/pull/5713) ([sql-koala](https://github.com/sql-koala)) |
| 33 | + |
| 34 | +## [v1.18.9](https://github.com/vscodevim/vim/tree/v1.18.9) (2021-02-05) |
| 35 | + |
| 36 | +[Full Changelog](https://github.com/vscodevim/vim/compare/v1.18.8...v1.18.9) |
10 | 37 |
|
11 | 38 | **Closed issues:**
|
12 | 39 |
|
|
28 | 55 | **Enhancements:**
|
29 | 56 |
|
30 | 57 | - Implement `ZZ` and `ZQ` [\#5998](https://github.com/VSCodeVim/Vim/issues/5998)
|
31 |
| -- :bn\[ext\] and :bp\[rev\] should probably be aliases for :tabn\[ext\] and :tabp\[rev\] [\#5518](https://github.com/VSCodeVim/Vim/issues/5518) |
32 | 58 | - Show Marks in Gutter [\#5924](https://github.com/VSCodeVim/Vim/pull/5924) ([zstix](https://github.com/zstix))
|
33 | 59 |
|
34 | 60 | **Fixed Bugs:**
|
|
112 | 138 | - Macros in File A Don't Work in File B [\#5636](https://github.com/VSCodeVim/Vim/issues/5636)
|
113 | 139 | - Reverse search for `{` stops after first `n` [\#5591](https://github.com/VSCodeVim/Vim/issues/5591)
|
114 | 140 | - \<Backspace\> while typing ex command deletes text in file [\#5584](https://github.com/VSCodeVim/Vim/issues/5584)
|
115 |
| -- Failed to handle key=p. No multi-cursor index when calling PutCommand [\#5448](https://github.com/VSCodeVim/Vim/issues/5448) |
116 |
| -- Forced by user [\#5419](https://github.com/VSCodeVim/Vim/issues/5419) |
117 | 141 |
|
118 | 142 | **Closed issues:**
|
119 | 143 |
|
|
128 | 152 | - Cannot bind \<C-v\> to command "\*p \( paste from register \) [\#5592](https://github.com/VSCodeVim/Vim/issues/5592)
|
129 | 153 | - \<C-o\> in insert mode is not supported [\#5550](https://github.com/VSCodeVim/Vim/issues/5550)
|
130 | 154 | - Failed to handle key=\<right\>. getLineLength\(\) called with out-of-bounds line 26 [\#5549](https://github.com/VSCodeVim/Vim/issues/5549)
|
131 |
| -- Vsode snippets choice bug [\#5538](https://github.com/VSCodeVim/Vim/issues/5538) |
132 |
| -- Keymappings aren't ported. [\#5527](https://github.com/VSCodeVim/Vim/issues/5527) |
133 |
| -- Broken jsx autocomplete [\#5474](https://github.com/VSCodeVim/Vim/issues/5474) |
134 |
| -- Glitch after paste multiple lines [\#5442](https://github.com/VSCodeVim/Vim/issues/5442) |
135 |
| -- 'C' in Visual Mode doesn't count as selected text for snippets with $TM_SELECTED_TEXT [\#5418](https://github.com/VSCodeVim/Vim/issues/5418) |
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) |
137 |
| -- Line down lagging when in visual line selection mode [\#5401](https://github.com/VSCodeVim/Vim/issues/5401) |
138 |
| -- Autocomplete behaving badly [\#5390](https://github.com/VSCodeVim/Vim/issues/5390) |
139 | 155 |
|
140 | 156 | **Merged pull requests:**
|
141 | 157 |
|
|
148 | 164 | - Add Rust's INNER_LINE_DOC to reflow list [\#5597](https://github.com/VSCodeVim/Vim/pull/5597) ([lf-](https://github.com/lf-))
|
149 | 165 | - Implement normalization for 'Shift+Tab' key combo [\#5587](https://github.com/VSCodeVim/Vim/pull/5587) ([berknam](https://github.com/berknam))
|
150 | 166 | - Stop snippet insertion from going to visual mode [\#5540](https://github.com/VSCodeVim/Vim/pull/5540) ([berknam](https://github.com/berknam))
|
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)) |
152 |
| -- Stop user forced stop remap from throwing error [\#5425](https://github.com/VSCodeVim/Vim/pull/5425) ([berknam](https://github.com/berknam)) |
153 | 167 |
|
154 | 168 | ## [v1.17.1](https://github.com/vscodevim/vim/tree/v1.17.1) (2020-09-25)
|
155 | 169 |
|
|
0 commit comments