Update changelog for v0.12.0 and v0.13.0
This commit is contained in:
parent
8e13c77a1a
commit
17be8f025a
1 changed files with 11 additions and 0 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,3 +1,14 @@
|
|||
## 0.13.0
|
||||
* Added basic support for visual marks (e.g. `:'<,'>s/foo/bar`)
|
||||
* Added `smartcase` option to `:set`
|
||||
* Fixed using marks as addresses (e.g. `:'a,.delete`)
|
||||
* Fixed search not working without a closing delimiter (e.g. `:/foo`)
|
||||
|
||||
## 0.12.0
|
||||
* Added file and command autocomplete (@stuartquin)
|
||||
* Added `splitbelow` and `splitright` options to `:set`
|
||||
* Fixed the editor not updating when saving a new file with `:w` or `:saveas`
|
||||
|
||||
## 0.11.0
|
||||
|
||||
* Stop using non-standard Promise.defer (fixes issue with `:w`) (@AsaAyers)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue