mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 06:41:14 -03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user