fish-shell/share
Fabian Homborg 5f2feee680 git completion: Bring needs_command in line with git
git has options that can appear before commands, but not all of
them, and some of them need an argument. This means
`__fish_seen_subcommand_from`  will give too many false-positives, while
`[ (count $cmd) -eq 2 ]` will give too many false-negatives.

Instead go through all arguments and check if they are in that list of
options that can be before a command and skip the argument for them, if
any.
2015-09-30 15:14:09 +02:00
..
completions git completion: Bring needs_command in line with git 2015-09-30 15:14:09 +02:00
functions Replace sed -E with string replace 2015-09-28 20:06:20 +02:00
tools Correct the comment on the default path 2015-09-26 15:23:45 +02:00
config.fish Make overriding cnf-handler work 2015-08-31 18:39:15 +02:00