aboutsummaryrefslogtreecommitdiff
path: root/vim/doc/toggle_option_flag.txt
Commit message (Collapse)AuthorAgeFilesLines
* Mention req of toggle_option_flag.vimTom Ryder2017-11-121-1/+2
|
* Adjust first sentence of format_option_toggle.txtTom Ryder2017-11-121-1/+1
|
* Add help links to toggle_option_flag.vim interfaceTom Ryder2017-11-121-0/+1
|
* Apply boilerplate to Vim plugin docsTom Ryder2017-11-121-11/+29
| | | | | | 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.
* Extend toggle_option_flag.vim for string flagsTom Ryder2017-11-061-3/+4
| | | | | | | | This commit extends toggle_option_flag.vim to allow the exported commands to toggle values of more than one character, for comma-separated options like 'switchbuf', e.g.: :ToggleOptionFlag switchbuf useopen
* Rename toggle plugin again, use commands not funcsTom Ryder2017-11-041-0/+16
This method makes a bit more sense, and amounts to slightly less verbose mapping commands. It does really on the +user_commands feature being available, however.