aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-29 23:00:33 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-29 23:00:33 +1300
commit66d71de3dac440763f5bfc3aa0d7a5e1b5a1137b (patch)
tree20d8fed271f6105ba7833c3d14c0ad6f6b4698a7
parentTwo-space sentences in documentation (diff)
downloadvim-replace-operator-66d71de3dac440763f5bfc3aa0d7a5e1b5a1137b.tar.gz
vim-replace-operator-66d71de3dac440763f5bfc3aa0d7a5e1b5a1137b.zip
Correct use of plural in documentation
-rw-r--r--doc/replace_operator.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/replace_operator.txt b/doc/replace_operator.txt
index 94ce4e0..faf247f 100644
--- a/doc/replace_operator.txt
+++ b/doc/replace_operator.txt
@@ -18,7 +18,7 @@ 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
+|<Plug>(RepeatOperator)|. There are no default key mappings; you should
define one yourself in your |vimrc|. For example:
>
nmap <Leader>r <Plug>(ReplaceOperator)