aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/toggle_option_flag.vim
Commit message (Expand)AuthorAgeFilesLines
* Move lots of local Vim config into vim/afterTom Ryder2017-11-121-3/+1
* Refactor toggle_option_flag.vimTom Ryder2017-11-061-23/+58
* Correct a commentTom Ryder2017-11-061-1/+1
* Use stridx() instead of very-nomagic regex matchTom Ryder2017-11-061-9/+10
* Use strlen() instead of len()Tom Ryder2017-11-061-1/+1
* Escape option value assign correctlyTom Ryder2017-11-061-1/+1
* Extend toggle_option_flag.vim for string flagsTom Ryder2017-11-061-13/+22
* Rename l:op to l:operation for clarityTom Ryder2017-11-061-3/+3
* Separate command building from execution in toggleTom Ryder2017-11-061-3/+7
* Use idiomatic VimL regex for param validationTom Ryder2017-11-061-2/+2
* Restore some judicious \m\C hedging in VimTom Ryder2017-11-061-2/+2
* Caution about :execute not eval() in VimL commentsTom Ryder2017-11-061-3/+3
* Don't overwrite plugin-specified user commandsTom Ryder2017-11-061-2/+2
* Complete ToggleOptionFlag commands with opt namesTom Ryder2017-11-061-2/+2
* Add short-circuit boilerplate to pluginsTom Ryder2017-11-041-40/+44
* Merge branch 'feature/space-dots' into developTom Ryder2017-11-041-1/+1
|\
| * Use spaces around concat dots in VimL consistentlyTom Ryder2017-11-041-1/+1
* | Adjust plugin code layout a lotTom Ryder2017-11-041-7/+13
|/
* Rename toggle plugin again, use commands not funcsTom Ryder2017-11-041-0/+44