Reindent functions to remove useless quotes

This does not include checks/function.fish because that currently
includes a "; end" in a message that indent would remove, breaking the test.
This commit is contained in:
Fabian Homborg
2020-03-09 19:36:12 +01:00
parent 6deef37c66
commit 9367d4ff71
307 changed files with 5259 additions and 5061 deletions

View File

@@ -65,7 +65,7 @@ function __terlar_git_prompt --description 'Write out the git prompt'
set -a gs deleted
case "$dq"
set -a gs untracked
case 'U*' '*U' 'DD' 'AA'
case 'U*' '*U' DD AA
set -a gs unmerged
end
end