You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
S e t - P S R e a d L i n e O p t i o n RightArrow Enter Escape _
Exception
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at System.Text.StringBuilder.get_Chars(Int32 index)
at Microsoft.PowerShell.PSConsoleReadLine.IsVisibleBlank(Int32 newCurrent)
at Microsoft.PowerShell.PSConsoleReadLine.GetFirstNonBlankOfLogicalLinePos(Int32 current)
at Microsoft.PowerShell.PSConsoleReadLine.GotoFirstNonBlankOfLine(Nullable`1 key, Object arg)
at Microsoft.PowerShell.PSConsoleReadLine.ProcessOneKey(PSKeyInfo key, Dictionary`2 dispatchTable, Boolean ignoreIfNoAction, Object arg)
at Microsoft.PowerShell.PSConsoleReadLine.InputLoop()
at Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics, CancellationToken cancellationToken)
Steps to reproduce
Run PSRL:
Set-PSReadLineOption -EditMode Vi
Then type the following sequence: Esc, _
Expected behavior
Nothing should happen. Possibly, key may ding.
Actual behavior
PSRL crashes.
The text was updated successfully, but these errors were encountered:
Environment
Exception report
Last 24 Keys
Exception
Steps to reproduce
Run PSRL:
Then type the following sequence: Esc, _
Expected behavior
Nothing should happen. Possibly, key may ding.
Actual behavior
PSRL crashes.
The text was updated successfully, but these errors were encountered: