vared.fish don't use undocumented 'reset' color

... there is no practical difference in behavior using this here
and it is not documented.
This commit is contained in:
Aaron Gyes 2016-11-11 14:07:48 -08:00
parent 20bcbcc252
commit bd03c3fbc5

View File

@ -37,7 +37,7 @@ function vared --description "Edit variable value"
end
end
else
printf (_ '%s: %s is an array variable. Use %svared%s %s[n]%s to edit the n:th element of %s\n') vared $argv (set_color $fish_color_command; echo) (set_color $fish_color_normal; echo) $argv (set_color reset; echo) $argv
printf (_ '%s: %s is an array variable. Use %svared%s %s[n]%s to edit the n:th element of %s\n') vared $argv (set_color $fish_color_command; echo) (set_color $fish_color_normal; echo) $argv (set_color normal; echo) $argv
end
end
else