mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 11:22:52 +08:00
Add missing quote escape to ls completions
darcs-hash:20060510115243-ac50b-6aff103edec7d1499702d5eb38d9841571d95c16.gz
This commit is contained in:
parent
b110a0ae21
commit
e3dd94f272
|
@ -65,7 +65,7 @@ function __fish_complete_ls -d "Compleletions for ls and it's aliases"
|
|||
complete $cmds -l quoting-style -x -a "literal locale shell shell-always c escape" -d (N_ "Select quoting style")
|
||||
complete $cmds -l sort -x -d (N_ "Sort criteria") -a "
|
||||
extension\t'Sort by file extension'
|
||||
none\tDon't\ sort
|
||||
none\tDon\'t\ sort
|
||||
size\t'Sort by size'
|
||||
time\t'Sort by modification time'
|
||||
version\t'Sort by version'
|
||||
|
@ -106,4 +106,4 @@ function __fish_complete_ls -d "Compleletions for ls and it's aliases"
|
|||
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user