aboutsummaryrefslogtreecommitdiff
path: root/vim/doc/fixed_join.txt
Commit message (Collapse)AuthorAgeFilesLines
* Spin off fixed_join Vim pluginTom Ryder2018-05-301-52/+0
|
* Flesh out fixed_join.vim interface documentationTom Ryder2017-11-121-8/+27
|
* Apply boilerplate to Vim plugin docsTom Ryder2017-11-121-7/+23
| | | | | | 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.
* Bind norm J on fixed_join.vim load if appropriateTom Ryder2017-11-121-3/+6
| | | | | | | If there are no mappings to the <Plug>FixedJoin target that the fixed_join.vim plugin provides at the time it is loaded, and the line-joining function of normal-mode J is not already mapped, the plugin will try to map it itself, for a more plug-and-play.
* Add :FixedJoin commandTom Ryder2017-11-071-1/+4
| | | | | This is optiona; if the user's Vim doesn't have the 'user_commands' feature, the command will just quietly not be created.
* Add short documentation for new custom pluginsTom Ryder2017-11-041-0/+11
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.