Allow hiding the tab bar completely, by setting :opt:tab_bar_style to `hidden`.

Fixes #1014
This commit is contained in:
Kovid Goyal
2018-10-25 10:05:43 +05:30
parent 407d19c2dc
commit e113e0cba7
5 changed files with 23 additions and 10 deletions

View File

@@ -20,6 +20,9 @@ Changelog
``goto_tab`` now accepts negative numbers to go to previously active tabs
(:iss:`1040`)
- Allow hiding the tab bar completely, by setting :opt:`tab_bar_style` to
``hidden``. (:iss:`1014`)
- Fix the ``*_with_cwd`` actions using the cwd of the overlay window rather
than the underlying window's cwd (:iss:`1045`)