aboutsummaryrefslogtreecommitdiff
path: root/vim/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-07 10:07:56 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-07 10:10:03 +1300
commit3b64f6c61d3e2a04cf3f5f6f24b84635947344d5 (patch)
tree774cd31e90cd493a7c8256412463ad9f185d3b42 /vim/doc
parentGive copy_linebreak.vim enable/disable funcs, maps (diff)
downloaddotfiles-3b64f6c61d3e2a04cf3f5f6f24b84635947344d5.tar.gz
dotfiles-3b64f6c61d3e2a04cf3f5f6f24b84635947344d5.zip
Add commands to copy_linebreak.vim
Just to be thorough; if +user_commands are available, offer :CopyLinebreakEnable, :CopyLinebreakDisable, and :CopyLinebreakToggle commands.
Diffstat (limited to 'vim/doc')
-rw-r--r--vim/doc/copy_linebreak.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/vim/doc/copy_linebreak.txt b/vim/doc/copy_linebreak.txt
index 285d92ea..15e4b1b0 100644
--- a/vim/doc/copy_linebreak.txt
+++ b/vim/doc/copy_linebreak.txt
@@ -14,6 +14,12 @@ Mappings:
<Plug>CopyLinebreakDisable
<Plug>CopyLinebreakToggle
+Commands:
+
+ :CopyLinebreakEnable
+ :CopyLinebreakDisable
+ :CopyLinebreakToggle
+
This plugin lives in Tom Ryder's "dotfiles" suite, and will eventually be spun
off into a separate distribution as it solidifies and this documentation
improves.