aboutsummaryrefslogtreecommitdiff
path: root/doc/replace_operator.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/replace_operator.txt')
-rw-r--r--doc/replace_operator.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/replace_operator.txt b/doc/replace_operator.txt
index d8e6e18..94ce4e0 100644
--- a/doc/replace_operator.txt
+++ b/doc/replace_operator.txt
@@ -7,7 +7,7 @@ text bounded by a motion with the contents of a register, by default the
unnamed register.
This allows you, for example, to select a set of lines and replace any other
-set of lines with it in one repeatable operation. The text you replace stacks
+set of lines with it in one repeatable operation. The text you replace stacks
up in the numbered registers as normal, if you do end up needing it back.
REQUIREMENTS *replace_operator-requirements*
@@ -18,8 +18,8 @@ MAPPINGS *replace_operator-mappings*
*<Plug>(RepeatOperator)*
The normal and visual mode mapping targets are both named
-|<Plug>(RepeatOperator)|. There is no default key mapping; you should define
-one yourself in your |vimrc|. For example:
+|<Plug>(RepeatOperator)|. There is no default key mapping; you should
+define one yourself in your |vimrc|. For example:
>
nmap <Leader>r <Plug>(ReplaceOperator)
xmap <Leader>r <Plug>(ReplaceOperator)