Skip to content

Commit

Permalink
Merge pull request #3306 from VSCodeVim/release
Browse files Browse the repository at this point in the history
v0.17.3
  • Loading branch information
jpoon authored Dec 30, 2018
2 parents a21d3af + d9e07b9 commit 17f230d
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Change Log

## [v0.17.3](https://github.com/vscodevim/vim/tree/v0.17.3) (2018-12-30)

[Full Changelog](https://github.com/vscodevim/vim/compare/v0.17.2...v0.17.3)

**Enhancements:**

- :on is not an editor command [\#3286](https://github.com/VSCodeVim/Vim/issues/3286)
- editor.wordSeparators setting is ignored [\#3166](https://github.com/VSCodeVim/Vim/issues/3166)
- save \(:w or :wq\) with SSHFS and LiveShare guest don't work properly [\#2956](https://github.com/VSCodeVim/Vim/issues/2956)

**Fixed Bugs:**

- \<c-o\> jumps back to wrong location after 'gd' [\#3277](https://github.com/VSCodeVim/Vim/issues/3277)

**Closed issues:**

- Either slash or colon not working [\#3291](https://github.com/VSCodeVim/Vim/issues/3291)
- s and S Key Commands Not Working [\#3274](https://github.com/VSCodeVim/Vim/issues/3274)
- Extension Host is unresponsive [\#3056](https://github.com/VSCodeVim/Vim/issues/3056)
- Vim mode randomly not functional - show warning [\#2725](https://github.com/VSCodeVim/Vim/issues/2725)
- Is hanging. [\#2629](https://github.com/VSCodeVim/Vim/issues/2629)

**Merged pull requests:**

- fix: sync editor.wordSeparators and vim.iskeyword. closes \#3166 [\#3305](https://github.com/VSCodeVim/Vim/pull/3305) ([jpoon](https://github.com/jpoon))
- feat: add on as alias for only [\#3303](https://github.com/VSCodeVim/Vim/pull/3303) ([jpoon](https://github.com/jpoon))
- fix: \#3277 [\#3302](https://github.com/VSCodeVim/Vim/pull/3302) ([jpoon](https://github.com/jpoon))
- fix saving remote file error [\#3281](https://github.com/VSCodeVim/Vim/pull/3281) ([zhuzisheng](https://github.com/zhuzisheng))

## [v0.17.2](https://github.com/vscodevim/vim/tree/v0.17.2) (2018-12-28)

[Full Changelog](https://github.com/vscodevim/vim/compare/v0.17.1...v0.17.2)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Vim",
"description": "Vim emulation for Visual Studio Code",
"icon": "images/icon.png",
"version": "0.17.2",
"version": "0.17.3",
"publisher": "vscodevim",
"galleryBanner": {
"color": "#e3f4ff",
Expand Down

0 comments on commit 17f230d

Please sign in to comment.