mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 13:08:49 +00:00
Fix indentation of switch statements
This commit is contained in:
parent
7d63900fb8
commit
26678682ca
40 changed files with 7015 additions and 7014 deletions
|
@ -2006,6 +2006,7 @@ public:
|
|||
Interesting test case:
|
||||
/foo/bar/baz/ -> /foo/bar/ -> /foo/ -> /
|
||||
echo --foo --bar -> echo --foo -> echo
|
||||
echo hi>/dev/null -> echo hi>/dev/ -> echo hi >/ -> echo hi > -> echo hi -> echo
|
||||
*/
|
||||
enum move_word_dir_t
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue