Fix /w completion
This commit is contained in:
parent
6a5423d5f5
commit
b70c154ff6
1 changed files with 1 additions and 0 deletions
|
@ -1671,6 +1671,7 @@ class Core(object):
|
||||||
l = []
|
l = []
|
||||||
for tab in self.tabs:
|
for tab in self.tabs:
|
||||||
l.extend(tab.matching_names())
|
l.extend(tab.matching_names())
|
||||||
|
l = [i[1] for i in l]
|
||||||
return the_input.auto_completion(l, ' ', quotify=False)
|
return the_input.auto_completion(l, ' ', quotify=False)
|
||||||
|
|
||||||
def command_move_tab(self, arg):
|
def command_move_tab(self, arg):
|
||||||
|
|
Loading…
Reference in a new issue