From 4d3e6efe580af68484e974e29048640c32dbda93 Mon Sep 17 00:00:00 2001 From: xiea <319208990+xiea-edu@users.noreply.github.com> Date: Thu, 20 Aug 2026 18:07:44 -0400 Subject: [PATCH 1/2] Correct Vi backward word description --- PSReadLine/PSReadLineResources.Designer.cs | 2 +- PSReadLine/PSReadLineResources.resx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PSReadLine/PSReadLineResources.Designer.cs b/PSReadLine/PSReadLineResources.Designer.cs index ac672d3f7..bbeb15eec 100644 --- a/PSReadLine/PSReadLineResources.Designer.cs +++ b/PSReadLine/PSReadLineResources.Designer.cs @@ -1574,7 +1574,7 @@ internal static string ViBackwardReplaceWordDescription { } /// - /// Looks up a localized string similar to Delete backward to the beginning of the previous word, as delimited by white space and common delimiters, and enter insert mode.. + /// Looks up a localized string similar to Move the cursor to the beginning of the current or previous word, as delimited by white space and common delimiters.. /// internal static string ViBackwardWordDescription { get { diff --git a/PSReadLine/PSReadLineResources.resx b/PSReadLine/PSReadLineResources.resx index e619e7c06..12331a3f2 100644 --- a/PSReadLine/PSReadLineResources.resx +++ b/PSReadLine/PSReadLineResources.resx @@ -601,7 +601,7 @@ If there are other parse errors, unresolved commands, or incorrect parameters, s Replace the previous word. - Delete backward to the beginning of the previous word, as delimited by white space and common delimiters, and enter insert mode. + Move the cursor to the beginning of the current or previous word, as delimited by white space and common delimiters. Move the cursor back one character in the Vi edit mode. From 8fdbc7effd41666bd98ef291cc1a105d6aa6e0d8 Mon Sep 17 00:00:00 2001 From: xiea <319208990+xiea-edu@users.noreply.github.com> Date: Fri, 21 Aug 2026 16:15:00 -0400 Subject: [PATCH 2/2] Correct ViReplaceLine description typo --- PSReadLine/PSReadLineResources.Designer.cs | 2 +- PSReadLine/PSReadLineResources.resx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PSReadLine/PSReadLineResources.Designer.cs b/PSReadLine/PSReadLineResources.Designer.cs index bbeb15eec..f62398284 100644 --- a/PSReadLine/PSReadLineResources.Designer.cs +++ b/PSReadLine/PSReadLineResources.Designer.cs @@ -1826,7 +1826,7 @@ internal static string ViReplaceGlobDescription { } /// - /// Looks up a localized string similar to Repace the current line with the next set of characters typed.. + /// Looks up a localized string similar to Replace the current line with the next set of characters typed.. /// internal static string ViReplaceLineDescription { get { diff --git a/PSReadLine/PSReadLineResources.resx b/PSReadLine/PSReadLineResources.resx index 12331a3f2..e60ab4a34 100644 --- a/PSReadLine/PSReadLineResources.resx +++ b/PSReadLine/PSReadLineResources.resx @@ -553,7 +553,7 @@ If there are other parse errors, unresolved commands, or incorrect parameters, s Replace the current character with only one character. - Repace the current line with the next set of characters typed. + Replace the current line with the next set of characters typed. Replace the characters from the cursor position to the end of the line.