aboutsummaryrefslogtreecommitdiff
path: root/vim/doc/copy_linebreak.txt
Commit message (Collapse)AuthorAgeFilesLines
* Correct monospaced blocks in Vim plugin docsTom Ryder2018-01-081-2/+2
| | | | Close unclosed blocks, and remove an unwanted block.
* Flesh out copy_linebreak.vim interface docsTom Ryder2017-11-121-12/+27
|
* Apply boilerplate to Vim plugin docsTom Ryder2017-11-121-8/+24
| | | | | | The DESCRIPTION heading for each of these is filled out now, but some of them probably need a bit more explanation. The mail_mutt.txt plugin is good, though.
* Add commands to copy_linebreak.vimTom Ryder2017-11-071-0/+6
| | | | | | Just to be thorough; if +user_commands are available, offer :CopyLinebreakEnable, :CopyLinebreakDisable, and :CopyLinebreakToggle commands.
* Give copy_linebreak.vim enable/disable funcs, mapsTom Ryder2017-11-071-4/+10
| | | | | Add s:CopylinebreakDisable() and s:CopylinebreakEnable functions, and mapping targets for each of them, just to be thorough.
* Add short documentation for new custom pluginsTom Ryder2017-11-041-0/+13
I'm using the plugin_name.txt syntax suggested by the Vim documentation. That may change in future as I study plugins written by experienced authors like Tim Pope. There will almost certainly be a lot more detail to add to each of these.