mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Rename __fish_complete_file_url to __fish_evince_complete_file_url
As the function is now private to evince, use a less generic name.
This commit is contained in:
parent
c36d802dda
commit
39e5ffde93
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
function __fish_complete_file_url
|
||||
function __fish_evince_complete_file_url
|
||||
set -l comp
|
||||
|
||||
if set -q argv[1]
|
||||
|
@ -19,10 +19,9 @@ function __fish_complete_file_url
|
|||
|
||||
end
|
||||
|
||||
complete -c evince -a '(__fish_complete_file_url)'
|
||||
complete -c evince -a '(__fish_evince_complete_file_url)'
|
||||
complete -c evince -s p -l page-label -d "The page of the document to display" -x
|
||||
complete -c evince -s f -l fullscreen -d "Run evince in fullscreen mode"
|
||||
complete -c evince -s s -l presentation -d "Run evince in presentation mode"
|
||||
complete -c evince -s w -l preview -d "Run evince as a previewer"
|
||||
complete -c evince -l display -d "X display to use"
|
||||
|
||||
|
|
Loading…
Reference in a new issue