No overriding getopts via plugins. Close #191

pull/445/head
Jorge Bucaran 8 years ago
parent 6c2c905dc6
commit bdf0f1edb5
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -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

Loading…
Cancel
Save