aboutsummaryrefslogtreecommitdiff
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
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
-rw-r--r--README.md2
-rw-r--r--doc/replace_operator.txt6
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1496a8d..5b65c02 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ 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.
License
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)