From 8aecdc7db758e31307c948f5cf7e55348e299ba9 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sun, 10 May 2015 19:24:45 +0200 Subject: Fix the completion of /win when a listtab is open And probably some other things that use ListTab.matching_names() --- src/tabs/listtab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tabs/listtab.py b/src/tabs/listtab.py index c5aab5eb..12e2a686 100644 --- a/src/tabs/listtab.py +++ b/src/tabs/listtab.py @@ -197,6 +197,6 @@ class ListTab(Tab): self.core.doupdate() def matching_names(self): - return [(2, self.name)] + return [(2, self.name.full)] -- cgit v1.2.3