Skip to content

Commit bacae17

Browse files
committed
bump version
1 parent e3ea6d4 commit bacae17

File tree

3 files changed

+32
-18
lines changed

3 files changed

+32
-18
lines changed

CHANGELOG.md

Lines changed: 30 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,39 @@
11
# Change Log
22

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)
44

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)
611

712
**Fixed Bugs:**
813

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)
1037

1138
**Closed issues:**
1239

@@ -28,7 +55,6 @@
2855
**Enhancements:**
2956

3057
- 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)
3258
- Show Marks in Gutter [\#5924](https://github.com/VSCodeVim/Vim/pull/5924) ([zstix](https://github.com/zstix))
3359

3460
**Fixed Bugs:**
@@ -112,8 +138,6 @@
112138
- Macros in File A Don't Work in File B [\#5636](https://github.com/VSCodeVim/Vim/issues/5636)
113139
- Reverse search for `{` stops after first `n` [\#5591](https://github.com/VSCodeVim/Vim/issues/5591)
114140
- \<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)
117141

118142
**Closed issues:**
119143

@@ -128,14 +152,6 @@
128152
- Cannot bind \<C-v\> to command "\*p \( paste from register \) [\#5592](https://github.com/VSCodeVim/Vim/issues/5592)
129153
- \<C-o\> in insert mode is not supported [\#5550](https://github.com/VSCodeVim/Vim/issues/5550)
130154
- 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)
139155

140156
**Merged pull requests:**
141157

@@ -148,8 +164,6 @@
148164
- Add Rust's INNER_LINE_DOC to reflow list [\#5597](https://github.com/VSCodeVim/Vim/pull/5597) ([lf-](https://github.com/lf-))
149165
- Implement normalization for 'Shift+Tab' key combo [\#5587](https://github.com/VSCodeVim/Vim/pull/5587) ([berknam](https://github.com/berknam))
150166
- 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))
153167

154168
## [v1.17.1](https://github.com/vscodevim/vim/tree/v1.17.1) (2020-09-25)
155169

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.9",
6+
"version": "1.19.0",
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.11.0"
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)