From fe7ab5772aec465dbc1c32342ed3b15fe0c2373c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Wed, 21 Oct 2020 12:59:02 +0200 Subject: [PATCH] Git status - Handle "renamed" files --- gprompt.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/gprompt.pl b/gprompt.pl index 6244c7b..0c642f3 100644 --- a/gprompt.pl +++ b/gprompt.pl @@ -904,6 +904,7 @@ sub _render_git_status '.M' => 1 , '.D' => 2 , 'A.' => 3 , + 'R.' => 4 , 'M.' => 4 , 'D.' => 5 , );