This commit is contained in:
Kovid Goyal 2022-04-07 15:29:15 +05:30
parent e8a9bbb51d
commit 3ec93e0b4e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -961,6 +961,8 @@ class TabManager: # {{{
location = 'after'
if location == 'neighbor':
location = 'after'
if location == 'default':
location = 'last'
if len(self.tabs) > 1 and location != 'last':
if location == 'first':
desired_idx = 0