aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-27 22:00:53 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-27 22:03:13 +1200
commit85947d1410491ca92f3bec454cb8bea037405b51 (patch)
tree703df5c825cb1d0d5da9766dcc0948692622ac2d /doc
parentUpdate VERSION (diff)
downloadvim-copy-linebreak-85947d1410491ca92f3bec454cb8bea037405b51.tar.gz
vim-copy-linebreak-85947d1410491ca92f3bec454cb8bea037405b51.zip
Remove user commands
Diffstat (limited to 'doc')
-rw-r--r--doc/copy_linebreak.txt14
1 files changed, 1 insertions, 13 deletions
diff --git a/doc/copy_linebreak.txt b/doc/copy_linebreak.txt
index 3e98c51..9e03aa8 100644
--- a/doc/copy_linebreak.txt
+++ b/doc/copy_linebreak.txt
@@ -10,8 +10,7 @@ emulators or screen/tmux.
REQUIREMENTS *copy_linebreak-requirements*
This plugin is only available if 'compatible' is not set. It also requires the
-|+linebreak| feature. |+user_commands| is required if you want the commands as
-well as the mappings.
+|+linebreak| feature.
MAPPINGS *copy_linebreak-mappings*
@@ -29,17 +28,6 @@ them yourself in your |vimrc|. For example:
>
:nmap <Leader>b <Plug>CopyLinebreakToggle
<
-COMMANDS *copy_linebreak-commands*
-
-If the |+user_commands| feature is available, commands provided are:
-
-`:CopyLinebreakEnable`: *:CopyLinebreakEnable*
- Enable copy-paste friendly line break options.
-`:CopyLinebreakDisable`: *:CopyLinebreakDisable*
- Revert to human-readable line break options.
-`:CopyLinebreakToggle`: *:CopyLinebreakToggle*
- Toggle between the above two states.
-
AUTHOR *copy_linebreak-author*
Written and maintained by Tom Ryder <tom@sanctum.geek.nz>.