Skip to content

Commit f983a9e

Browse files
committed
bump version
1 parent d1aae1b commit f983a9e

File tree

3 files changed

+32
-16
lines changed

3 files changed

+32
-16
lines changed

CHANGELOG.md

Lines changed: 30 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Change Log
22

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+
332
## [v1.18.3](https://github.com/vscodevim/vim/tree/v1.18.3) (2020-12-07)
433

534
[Full Changelog](https://github.com/vscodevim/vim/compare/v1.18.2...v1.18.3)
@@ -28,7 +57,6 @@
2857
**Enhancements:**
2958

3059
- \<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)
3260

3361
**Fixed Bugs:**
3462

@@ -44,14 +72,12 @@
4472
- Snippet is not working Properly [\#5240](https://github.com/VSCodeVim/Vim/issues/5240)
4573
- Failed to handle key=p. v.split is not a function [\#5239](https://github.com/VSCodeVim/Vim/issues/5239)
4674
- 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)
4875

4976
**Closed issues:**
5077

5178
- Visual mode keybinding overwrite [\#5832](https://github.com/VSCodeVim/Vim/issues/5832)
5279
- Failed to handle key=\<C-a\>. Illegal value for `line` [\#5828](https://github.com/VSCodeVim/Vim/issues/5828)
5380
- \<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)
5581
- Migrate from Travis CI to GitHub Actions [\#5720](https://github.com/VSCodeVim/Vim/issues/5720)
5682
- Extremely slow rendering introduced in v1.17 with long text in register [\#5707](https://github.com/VSCodeVim/Vim/issues/5707)
5783
- Cannot read property 'visibleRanges' of undefined [\#5655](https://github.com/VSCodeVim/Vim/issues/5655)
@@ -64,7 +90,7 @@
6490
- Keymappings aren't ported. [\#5527](https://github.com/VSCodeVim/Vim/issues/5527)
6591
- Broken jsx autocomplete [\#5474](https://github.com/VSCodeVim/Vim/issues/5474)
6692
- 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)
6894
- 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)
6995
- Line down lagging when in visual line selection mode [\#5401](https://github.com/VSCodeVim/Vim/issues/5401)
7096
- Autocomplete behaving badly [\#5390](https://github.com/VSCodeVim/Vim/issues/5390)
@@ -73,7 +99,6 @@
7399
- gd Goto Defination doesn't work [\#5358](https://github.com/VSCodeVim/Vim/issues/5358)
74100
- Forced by user [\#5347](https://github.com/VSCodeVim/Vim/issues/5347)
75101
- 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)
77102
- Vim extension make "Filtering document tree" unusable [\#5301](https://github.com/VSCodeVim/Vim/issues/5301)
78103
- Failed to handle key=p. v.split is not a function [\#5291](https://github.com/VSCodeVim/Vim/issues/5291)
79104
- Mapping "vv" to "V" stopped working in 1.15.0 and hasn't worked since [\#5278](https://github.com/VSCodeVim/Vim/issues/5278)
@@ -83,7 +108,6 @@
83108
- Mapping error [\#5237](https://github.com/VSCodeVim/Vim/issues/5237)
84109
- Cursor location doesn't update on VSCode search / click on line [\#5221](https://github.com/VSCodeVim/Vim/issues/5221)
85110
- 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)
87111

88112
**Merged pull requests:**
89113

@@ -110,10 +134,6 @@
110134

111135
[Full Changelog](https://github.com/vscodevim/vim/compare/v1.17.0...v1.17.1)
112136

113-
**Enhancements:**
114-
115-
- Make an interactive/incremental version of easy motion [\#5201](https://github.com/VSCodeVim/Vim/issues/5201)
116-
117137
**Fixed Bugs:**
118138

119139
- "No .vimrc found. Please set `vim.vimrc.path.`" reported with v1.17.0 [\#5220](https://github.com/VSCodeVim/Vim/issues/5220)
@@ -138,10 +158,6 @@
138158

139159
[Full Changelog](https://github.com/vscodevim/vim/compare/v1.16.0...beta)
140160

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-
145161
## [v1.11.0](https://github.com/vscodevim/vim/tree/v1.11.0) (2019-09-28)
146162

147163
[Full Changelog](https://github.com/vscodevim/vim/compare/v1.10.2...v1.11.0)

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.4",
6+
"version": "1.18.5",
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.8"
6+
version "7.10.9"
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)