ridiculousfish
|
91e1d59869
|
Fix for issue where else if would fail to pass arguments to commands. Also implements short-circuiting for and/or so that non-existent commands don't produce error messages.
Fixes https://github.com/fish-shell/fish-shell/issues/345
Fixes https://github.com/fish-shell/fish-shell/issues/349
|
2012-10-17 01:07:34 -07:00 |
|
ridiculousfish
|
1a59346b51
|
Changed "elseif" to "else if"
|
2012-09-03 13:24:01 -07:00 |
|
ridiculousfish
|
cc1395797e
|
First stab at elseif implementation
|
2012-09-01 01:46:14 -07:00 |
|
maxfl
|
11dd904b6d
|
Tests for contains -i
|
2012-07-10 16:21:00 -07:00 |
|
Kevin Ballard
|
f7d0c4b065
|
Add a test case for switch error code (issue #161)
|
2012-06-24 13:43:44 -07:00 |
|