mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 01:10:57 +01:00
Merge pull request #568 from gforsyth/completion_tweak
add `man` to completion skip tokens
This commit is contained in:
commit
846554ac9d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ XONSH_TOKENS = {
|
||||||
'...'
|
'...'
|
||||||
}
|
}
|
||||||
|
|
||||||
COMPLETION_SKIP_TOKENS = {'sudo', 'time'}
|
COMPLETION_SKIP_TOKENS = {'sudo', 'time', 'man'}
|
||||||
|
|
||||||
COMPLETION_WRAP_TOKENS = {' ',',','[',']','(',')','{','}'}
|
COMPLETION_WRAP_TOKENS = {' ',',','[',']','(',')','{','}'}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue