|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [v1.18.5](https://github.com/vscodevim/vim/tree/v1.18.5) (2020-12-10) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/vscodevim/vim/compare/v1.18.4...v1.18.5) |
| 6 | + |
| 7 | +**Enhancements:** |
| 8 | + |
| 9 | +- :set tabstop=x works but :set ts=x does not. [\#5368](https://github.com/VSCodeVim/Vim/issues/5368) |
| 10 | +- Implement :set wrap :set nowrap [\#5258](https://github.com/VSCodeVim/Vim/issues/5258) |
| 11 | + |
| 12 | +**Fixed Bugs:** |
| 13 | + |
| 14 | +- Double brackets shortcuts don't work \(i.e., "\[\[" & "\]\]"\) [\#5857](https://github.com/VSCodeVim/Vim/issues/5857) |
| 15 | + |
| 16 | +**Closed issues:** |
| 17 | + |
| 18 | +- Failed to handle key=/. Maximum call stack size exceeded [\#5844](https://github.com/VSCodeVim/Vim/issues/5844) |
| 19 | +- Cannot read property 'after' of undefined [\#5841](https://github.com/VSCodeVim/Vim/issues/5841) |
| 20 | +- C-f and C-b keys should page up and down like real Vim [\#5822](https://github.com/VSCodeVim/Vim/issues/5822) |
| 21 | +- exiting insert mode moves cursor to previous non-blank line [\#5726](https://github.com/VSCodeVim/Vim/issues/5726) |
| 22 | + |
| 23 | +**Merged pull requests:** |
| 24 | + |
| 25 | +- Fix CommandSearch throwing error in multicursor [\#5845](https://github.com/VSCodeVim/Vim/pull/5845) ([berknam](https://github.com/berknam)) |
| 26 | +- Remove "vim.remap" from the command palette [\#5843](https://github.com/VSCodeVim/Vim/pull/5843) ([berknam](https://github.com/berknam)) |
| 27 | + |
| 28 | +## [v1.18.4](https://github.com/vscodevim/vim/tree/v1.18.4) (2020-12-07) |
| 29 | + |
| 30 | +[Full Changelog](https://github.com/vscodevim/vim/compare/v1.18.3...v1.18.4) |
| 31 | + |
3 | 32 | ## [v1.18.3](https://github.com/vscodevim/vim/tree/v1.18.3) (2020-12-07) |
4 | 33 |
|
5 | 34 | [Full Changelog](https://github.com/vscodevim/vim/compare/v1.18.2...v1.18.3) |
|
28 | 57 | **Enhancements:** |
29 | 58 |
|
30 | 59 | - \<C-l\> in search mode [\#5675](https://github.com/VSCodeVim/Vim/issues/5675) |
31 | | -- Cursor should disappear in command mode [\#5198](https://github.com/VSCodeVim/Vim/issues/5198) |
32 | 60 |
|
33 | 61 | **Fixed Bugs:** |
34 | 62 |
|
|
44 | 72 | - Snippet is not working Properly [\#5240](https://github.com/VSCodeVim/Vim/issues/5240) |
45 | 73 | - Failed to handle key=p. v.split is not a function [\#5239](https://github.com/VSCodeVim/Vim/issues/5239) |
46 | 74 | - Failed to handle key=\<Esc\>. Illegal argument: line must be non-negative [\#5226](https://github.com/VSCodeVim/Vim/issues/5226) |
47 | | -- getLineLength\(\) called with out-of-bounds line 223 [\#5180](https://github.com/VSCodeVim/Vim/issues/5180) |
48 | 75 |
|
49 | 76 | **Closed issues:** |
50 | 77 |
|
51 | 78 | - Visual mode keybinding overwrite [\#5832](https://github.com/VSCodeVim/Vim/issues/5832) |
52 | 79 | - Failed to handle key=\<C-a\>. Illegal value for `line` [\#5828](https://github.com/VSCodeVim/Vim/issues/5828) |
53 | 80 | - \<C-o\> \<C-i\> will mess up cursor movement with left and right keys [\#5813](https://github.com/VSCodeVim/Vim/issues/5813) |
54 | | -- Failed to handle key=\<Esc\>. Cannot read property 'stop' of undefined [\#5736](https://github.com/VSCodeVim/Vim/issues/5736) |
55 | 81 | - Migrate from Travis CI to GitHub Actions [\#5720](https://github.com/VSCodeVim/Vim/issues/5720) |
56 | 82 | - Extremely slow rendering introduced in v1.17 with long text in register [\#5707](https://github.com/VSCodeVim/Vim/issues/5707) |
57 | 83 | - Cannot read property 'visibleRanges' of undefined [\#5655](https://github.com/VSCodeVim/Vim/issues/5655) |
|
64 | 90 | - Keymappings aren't ported. [\#5527](https://github.com/VSCodeVim/Vim/issues/5527) |
65 | 91 | - Broken jsx autocomplete [\#5474](https://github.com/VSCodeVim/Vim/issues/5474) |
66 | 92 | - Glitch after paste multiple lines [\#5442](https://github.com/VSCodeVim/Vim/issues/5442) |
67 | | -- 'C' in Visual Mode doesn't count as selected text for snippets with \$TM_SELECTED_TEXT [\#5418](https://github.com/VSCodeVim/Vim/issues/5418) |
| 93 | +- 'C' in Visual Mode doesn't count as selected text for snippets with $TM_SELECTED_TEXT [\#5418](https://github.com/VSCodeVim/Vim/issues/5418) |
68 | 94 | - 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) |
69 | 95 | - Line down lagging when in visual line selection mode [\#5401](https://github.com/VSCodeVim/Vim/issues/5401) |
70 | 96 | - Autocomplete behaving badly [\#5390](https://github.com/VSCodeVim/Vim/issues/5390) |
|
73 | 99 | - gd Goto Defination doesn't work [\#5358](https://github.com/VSCodeVim/Vim/issues/5358) |
74 | 100 | - Forced by user [\#5347](https://github.com/VSCodeVim/Vim/issues/5347) |
75 | 101 | - Cannot read property 'startsWith' of undefined [\#5346](https://github.com/VSCodeVim/Vim/issues/5346) |
76 | | -- Relative Line Numbers: an option to have 0 as the current line number. [\#5304](https://github.com/VSCodeVim/Vim/issues/5304) |
77 | 102 | - Vim extension make "Filtering document tree" unusable [\#5301](https://github.com/VSCodeVim/Vim/issues/5301) |
78 | 103 | - Failed to handle key=p. v.split is not a function [\#5291](https://github.com/VSCodeVim/Vim/issues/5291) |
79 | 104 | - Mapping "vv" to "V" stopped working in 1.15.0 and hasn't worked since [\#5278](https://github.com/VSCodeVim/Vim/issues/5278) |
|
83 | 108 | - Mapping error [\#5237](https://github.com/VSCodeVim/Vim/issues/5237) |
84 | 109 | - Cursor location doesn't update on VSCode search / click on line [\#5221](https://github.com/VSCodeVim/Vim/issues/5221) |
85 | 110 | - Switches to VIM mode unexpectly \(ctrl+f search & multi-cursor\) [\#5218](https://github.com/VSCodeVim/Vim/issues/5218) |
86 | | -- `\<\<` substantially slower than `\>\>` [\#5188](https://github.com/VSCodeVim/Vim/issues/5188) |
87 | 111 |
|
88 | 112 | **Merged pull requests:** |
89 | 113 |
|
|
110 | 134 |
|
111 | 135 | [Full Changelog](https://github.com/vscodevim/vim/compare/v1.17.0...v1.17.1) |
112 | 136 |
|
113 | | -**Enhancements:** |
114 | | - |
115 | | -- Make an interactive/incremental version of easy motion [\#5201](https://github.com/VSCodeVim/Vim/issues/5201) |
116 | | - |
117 | 137 | **Fixed Bugs:** |
118 | 138 |
|
119 | 139 | - "No .vimrc found. Please set `vim.vimrc.path.`" reported with v1.17.0 [\#5220](https://github.com/VSCodeVim/Vim/issues/5220) |
|
138 | 158 |
|
139 | 159 | [Full Changelog](https://github.com/vscodevim/vim/compare/v1.16.0...beta) |
140 | 160 |
|
141 | | -**Merged pull requests:** |
142 | | - |
143 | | -- Fix key binding typo in README [\#5183](https://github.com/VSCodeVim/Vim/pull/5183) ([Risto-Mcintosh](https://github.com/Risto-Mcintosh)) |
144 | | - |
145 | 161 | ## [v1.11.0](https://github.com/vscodevim/vim/tree/v1.11.0) (2019-09-28) |
146 | 162 |
|
147 | 163 | [Full Changelog](https://github.com/vscodevim/vim/compare/v1.10.2...v1.11.0) |
|
0 commit comments