fix(git-state): Fix discrepancy between v0.44.0 and master (#1672)

This commit is contained in:
Tilmann Meyer
2020-09-21 21:17:06 +02:00
committed by GitHub
parent 6426bbe3e4
commit a245d54cdb
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1075,7 +1075,7 @@ that information will be shown too.
| `am` | `"AM"` | A format string displayed when an `apply-mailbox` (`git am`) is in progress. |
| `am_or_rebase` | `"AM/REBASE"` | A format string displayed when an ambiguous `apply-mailbox` or `rebase` is in progress. |
| `style` | `"bold yellow"` | The style for the module. |
| `format` | `"[\\($state( $progress_current/$progress_total)\\)]($style) "` | The format for the module. |
| `format` | `"\\([$state( $progress_current/$progress_total)]($style)\\) "` | The format for the module. |
| `disabled` | `false` | Disables the `git_state` module. |
### Variables