mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
just in case, for some reason, 'sudo time something'
This commit is contained in:
parent
795929ff0b
commit
fd992260bb
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ class Completer(object):
|
|||
prefixlow = prefix.lower()
|
||||
line = builtins.aliases.expand_alias(line)
|
||||
cmd = line.split(' ', 1)[0]
|
||||
if cmd in COMPLETION_SKIP_TOKENS:
|
||||
while cmd in COMPLETION_SKIP_TOKENS:
|
||||
begidx -= len(cmd)+1
|
||||
endidx -= len(cmd)+1
|
||||
cmd = line.split(' ', 2)[1]
|
||||
|
|
Loading…
Add table
Reference in a new issue