aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:12:18 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:12:18 +1200
commit8f08fc3a774926e071eaee1547207e9d0d08209b (patch)
tree8feacfafca141ab4f7bb953b27858f068d72ab72 /doc
parentBackport to 6.0 (diff)
downloadvim-put-blank-lines-8f08fc3a774926e071eaee1547207e9d0d08209b.tar.gz
vim-put-blank-lines-8f08fc3a774926e071eaee1547207e9d0d08209b.zip
Parenthesize mappings
Diffstat (limited to 'doc')
-rw-r--r--doc/put_blank_lines.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/put_blank_lines.txt b/doc/put_blank_lines.txt
index 455244f..b50fd18 100644
--- a/doc/put_blank_lines.txt
+++ b/doc/put_blank_lines.txt
@@ -16,8 +16,8 @@ CONFIGURATION *put_blank_lines-configuration*
To set mappings exactly like those from the original plugin, you might
write this in your |vimrc|:
>
- nmap [<Space> <Plug>PutBlankLinesAbove
- nmap ]<Space> <Plug>PutBlankLinesBelow
+ nmap [<Space> <Plug>(PutBlankLinesAbove)
+ nmap ]<Space> <Plug>(PutBlankLinesBelow)
<
REQUIREMENTS *put_blank_lines-requirements*
@@ -25,12 +25,12 @@ This plugin is only available if 'compatible' is not set.
MAPPINGS *put_blank_lines-mappings*
- *<Plug>PutBlankLinesAbove*
-The `<Plug>PutBlankLinesAbove` target inserts a blank line above the current
+ *<Plug>(PutBlankLinesAbove)*
+The `<Plug>(PutBlankLinesAbove)` target inserts a blank line above the current
line. Mappings through it can be prefixed with an optional count.
- *<Plug>PutBlankLinesBelow*
-The `<Plug>PutBlankLinesBelow` target inserts a blank line below the current
+ *<Plug>(PutBlankLinesBelow)*
+The `<Plug>(PutBlankLinesBelow)` target inserts a blank line below the current
line. Mappings through it can be prefixed with an optional count.
AUTHOR *put_blank_lines-author*