goto_tab now maps numbers larger than the last tab to the last tab

Fixes #2291
This commit is contained in:
Kovid Goyal
2020-01-16 20:17:17 +05:30
parent f5090c951a
commit 96f3253e6d
3 changed files with 9 additions and 3 deletions

View File

@@ -33,6 +33,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix a segfault when using :option:`kitty --debug-config` with maps (:iss:`2270`)
- ``goto_tab`` now maps numbers larger than the last tab to the last tab
(:iss:`2291`)
0.15.1 [2019-12-21]
--------------------