fish-shell/share
maxfl ea4b37d5c5 Fixed case behaviour
* case no properly handles -h and --help flags, i.e. treats it as
  pattern
* fixed case escaping:
The following expressions now work correctly:
switch '*'
  echo '*'
  echo Match any string
end
switch '*'
  echo '\*'
  echo Match asterix
end
switch '\\'
  echo '\\\\'
  echo Match slash
end

The same for '?' sign
2012-07-05 14:17:25 -07:00
..
completions Update funced 2012-07-01 14:20:43 -07:00
functions Fixed case behaviour 2012-07-05 14:17:25 -07:00
tools Don't generate completions if we already have bespoke completions in the data directory 2012-06-18 13:59:34 -07:00
config.fish.in remove trialing spaces #2 2010-09-18 10:18:26 +08:00