Skip to content

Commit 5a1e4e0

Browse files
committed
bump version
1 parent 2c8b2dd commit 5a1e4e0

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [v1.18.2](https://github.com/vscodevim/vim/tree/v1.18.2) (2020-12-07)
4+
5+
[Full Changelog](https://github.com/vscodevim/vim/compare/v1.18.0...v1.18.2)
6+
7+
**Fixed Bugs:**
8+
9+
- Key Remapping, how to access "up"/"down" arrow key [\#5839](https://github.com/VSCodeVim/Vim/issues/5839)
10+
311
## [v1.18.0](https://github.com/vscodevim/vim/tree/v1.18.0) (2020-12-06)
412

513
[Full Changelog](https://github.com/vscodevim/vim/compare/v1.17.1...v1.18.0)
@@ -43,7 +51,7 @@
4351
- Keymappings aren't ported. [\#5527](https://github.com/VSCodeVim/Vim/issues/5527)
4452
- Broken jsx autocomplete [\#5474](https://github.com/VSCodeVim/Vim/issues/5474)
4553
- Glitch after paste multiple lines [\#5442](https://github.com/VSCodeVim/Vim/issues/5442)
46-
- 'C' in Visual Mode doesn't count as selected text for snippets with $TM_SELECTED_TEXT [\#5418](https://github.com/VSCodeVim/Vim/issues/5418)
54+
- 'C' in Visual Mode doesn't count as selected text for snippets with \$TM_SELECTED_TEXT [\#5418](https://github.com/VSCodeVim/Vim/issues/5418)
4755
- 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)
4856
- Line down lagging when in visual line selection mode [\#5401](https://github.com/VSCodeVim/Vim/issues/5401)
4957
- Autocomplete behaving badly [\#5390](https://github.com/VSCodeVim/Vim/issues/5390)
@@ -117,12 +125,6 @@
117125

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

120-
**Closed issues:**
121-
122-
- Folding: zc and zo handle a count wrong [\#5168](https://github.com/VSCodeVim/Vim/issues/5168)
123-
- Folding: closed folds with zM, zC will reopen [\#5167](https://github.com/VSCodeVim/Vim/issues/5167)
124-
- Delete lines without copying to buffer [\#5162](https://github.com/VSCodeVim/Vim/issues/5162)
125-
126128
**Merged pull requests:**
127129

128130
- Fix key binding typo in README [\#5183](https://github.com/VSCodeVim/Vim/pull/5183) ([Risto-Mcintosh](https://github.com/Risto-Mcintosh))

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.0",
6+
"version": "1.18.2",
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.4"
6+
version "7.10.6"
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)