This commit is contained in:
Kovid Goyal
2018-10-30 11:49:05 +05:30
5 changed files with 99 additions and 42 deletions

View File

@@ -23,6 +23,9 @@ Changelog
- Allow hiding the tab bar completely, by setting :opt:`tab_bar_style` to
``hidden``. (:iss:`1014`)
- Allow private use unicode characters to stretchover more than a single
neighboring space (:pull:`1036`)
- Fix the ``*_with_cwd`` actions using the cwd of the overlay window rather
than the underlying window's cwd (:iss:`1045`)