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:
Florent Le Coz 2015-05-10 19:24:45 +02:00
parent dfd60426d8
commit 8aecdc7db7

View file

@ -197,6 +197,6 @@ class ListTab(Tab):
self.core.doupdate()
def matching_names(self):
return [(2, self.name)]
return [(2, self.name.full)]