No overriding getopts via plugins. Close #191

This commit is contained in:
Jorge Bucaran 2016-04-09 11:33:58 +09:00
parent 6c2c905dc6
commit bdf0f1edb5
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -5,6 +5,10 @@ function __fisher_plugin_walk -a plugin path
set -l name (basename $file .fish)
set -l base $name.fish
if test "$name" = "getopts"
continue # See #191
end
debug "file %s" $file
switch $file