Skip to content

Commit

Permalink
Merge branch 'master' into gitTabHintsForParams
Browse files Browse the repository at this point in the history
  • Loading branch information
dodmi committed Dec 24, 2024
2 parents 0e827c6 + bbc5ac3 commit ea7f1a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/GitPrompt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -886,15 +886,15 @@ if (!(Test-Path Variable:Global:VcsPromptStatuses)) {

<#
.SYNOPSIS
Writes all version control prompt statuses configured in $global:VscPromptStatuses.
Writes all version control prompt statuses configured in $global:VcsPromptStatuses.
.DESCRIPTION
Writes all version control prompt statuses configured in $global:VscPromptStatuses.
Writes all version control prompt statuses configured in $global:VcsPromptStatuses.
By default, this includes the PoshGit prompt status.
.EXAMPLE
PS C:\> Write-VcsStatus
Writes all version control prompt statuses that have been configured
with the global variable $VscPromptStatuses
with the global variable $VcsPromptStatuses
#>
function Global:Write-VcsStatus {
Set-ConsoleMode -ANSI
Expand Down

0 comments on commit ea7f1a2

Please sign in to comment.