Fix the completion of /win when a listtab is open
And probably some other things that use ListTab.matching_names()
This commit is contained in:
parent
dfd60426d8
commit
8aecdc7db7
1 changed files with 1 additions and 1 deletions
|
@ -197,6 +197,6 @@ class ListTab(Tab):
|
|||
self.core.doupdate()
|
||||
|
||||
def matching_names(self):
|
||||
return [(2, self.name)]
|
||||
return [(2, self.name.full)]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue