aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-09 10:54:50 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-09 10:54:50 +1200
commitf196b5210b6580ba76fb4b06e14d17e7aaf1855e (patch)
tree902c959a4f9b6472175410b9647167a6b9debbbc
parentCorrect documented mode of single mapping (diff)
downloadvim-colon-operator-f196b5210b6580ba76fb4b06e14d17e7aaf1855e.tar.gz
vim-colon-operator-f196b5210b6580ba76fb4b06e14d17e7aaf1855e.zip
Switch to two-spacing
-rw-r--r--README.md6
-rw-r--r--doc/colon_operator.txt8
2 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 1db7c95..3409e34 100644
--- a/README.md
+++ b/README.md
@@ -2,14 +2,14 @@ colon\_operator.vim
===================
This plugin provides a mapping target to use an Ex command as an operator, in a
-way repeatable with the `.` (dot) operator. This allows you to, for example,
+way repeatable with the `.` (dot) operator. This allows you to, for example,
`:sort` a text object like a paragraph, and then repeat it on another
-paragraph. Think of it as the `:` analogue to the `!` motion.
+paragraph. Think of it as the `:` analogue to the `!` motion.
License
-------
-Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
+Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
See `:help license`.
[1]: https://sanctum.geek.nz/
diff --git a/doc/colon_operator.txt b/doc/colon_operator.txt
index 99e73f0..f8d2b34 100644
--- a/doc/colon_operator.txt
+++ b/doc/colon_operator.txt
@@ -3,9 +3,9 @@
DESCRIPTION *colon_operator*
This plugin provides a mapping target to use an Ex command as an operator, in
-a way repeatable with the |.| (dot) operator. This allows you to, for example,
+a way repeatable with the |.| (dot) operator. This allows you to, for example,
|:sort| a text object like a paragraph, and then repeat it on another
-paragraph. Think of it as the |:| analogue to the |!| motion.
+paragraph. Think of it as the |:| analogue to the |!| motion.
REQUIREMENTS *colon_operator-requirements*
@@ -14,8 +14,8 @@ This plugin only loads if 'compatible' is not set.
MAPPINGS *colon_operator-mappings*
*<Plug>(ColonOperator)*
-The single normal mode mapping target is |<Plug>(ColonOperator)|. There is no
-default key mapping; you should define one yourself in your |vimrc|. For
+The single normal mode mapping target is |<Plug>(ColonOperator)|. There is no
+default key mapping; you should define one yourself in your |vimrc|. For
example:
>
nmap g: <Plug>(ColonOperator)