Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PSReadLine/PSReadLineResources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions PSReadLine/PSReadLineResources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ If there are other parse errors, unresolved commands, or incorrect parameters, s
<value>Replace the current character with only one character.</value>
</data>
<data name="ViReplaceLineDescription" xml:space="preserve">
<value>Repace the current line with the next set of characters typed.</value>
<value>Replace the current line with the next set of characters typed.</value>
</data>
<data name="ViReplaceToEndDescription" xml:space="preserve">
<value>Replace the characters from the cursor position to the end of the line.</value>
Expand Down Expand Up @@ -601,7 +601,7 @@ If there are other parse errors, unresolved commands, or incorrect parameters, s
<value>Replace the previous word.</value>
</data>
<data name="ViBackwardWordDescription" xml:space="preserve">
<value>Delete backward to the beginning of the previous word, as delimited by white space and common delimiters, and enter insert mode.</value>
<value>Move the cursor to the beginning of the current or previous word, as delimited by white space and common delimiters.</value>
</data>
<data name="ViBackwardCharDescription" xml:space="preserve">
<value>Move the cursor back one character in the Vi edit mode.</value>
Expand Down