aboutsummaryrefslogtreecommitdiff
path: root/doc/colon_operator.txt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-09 10:55:27 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-09 10:55:27 +1200
commit8238405d96e500be5c2eedfa638e94e58cc56ac7 (patch)
tree03929a9aff551cb1a81101ac171c2d7932e68605 /doc/colon_operator.txt
parentMerge branch 'release/v0.3.0' (diff)
parentBump VERSION (diff)
downloadvim-colon-operator-8238405d96e500be5c2eedfa638e94e58cc56ac7.tar.gz
vim-colon-operator-8238405d96e500be5c2eedfa638e94e58cc56ac7.zip
Merge branch 'release/v0.4.0'v0.4.0
* release/v0.4.0: Remove unneeded variable scoping Switch to two-spacing Correct documented mode of single mapping
Diffstat (limited to 'doc/colon_operator.txt')
-rw-r--r--doc/colon_operator.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/colon_operator.txt b/doc/colon_operator.txt
index 4ec620b..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 insert 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)