Fix misspelling of "substitution".
PR: bin/130874 Submitted by: Yoshihiro Ota
This commit is contained in:
parent
5a45693652
commit
65161e63df
@ -129,7 +129,7 @@ EX COMMANDS:
|
||||
^D: scroll lines
|
||||
!: filter lines through commands or run commands
|
||||
#: display numbered lines
|
||||
&: repeat the last subsitution
|
||||
&: repeat the last substitution
|
||||
*: execute a buffer
|
||||
<: shift lines left
|
||||
=: display line number
|
||||
|
@ -68,7 +68,7 @@ EXCMDLIST const cmds[] = {
|
||||
{"&", ex_subagain, E_ADDR2,
|
||||
"s",
|
||||
"[line [,line]] & [cgr] [count] [#lp]",
|
||||
"repeat the last subsitution"},
|
||||
"repeat the last substitution"},
|
||||
/* C_STAR */
|
||||
{"*", ex_at, 0,
|
||||
"b",
|
||||
|
Loading…
Reference in New Issue
Block a user