aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-29 23:00:14 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-29 23:00:14 +1300
commit23108eb624d0343a147f878768d17df863931e0f (patch)
treea461895bc2b0092a87c922003efc8c6f1b777257 /doc
parentMerge branch 'release/v0.2.0' into develop (diff)
downloadvim-replace-operator-23108eb624d0343a147f878768d17df863931e0f.tar.gz
vim-replace-operator-23108eb624d0343a147f878768d17df863931e0f.zip
Two-space sentences in documentation
Diffstat (limited to 'doc')
-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)