aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'feature/vim-mutt-plug' into developTom Ryder2017-11-111-0/+56
|\
| * Move mutt_mail.vim line select logic into pluginTom Ryder2017-11-111-0/+15
| * Add new mail_mutt.vim plugin, apply mappingsTom Ryder2017-11-111-0/+41
* | Use exists+ test rather than exists&Tom Ryder2017-11-102-3/+3
* | Move backup, swap, and undo dir logic into pluginsTom Ryder2017-11-103-0/+169
|/
* Add user_ftplugin.vim and user_indent.vim pluginsTom Ryder2017-11-072-0/+48
* Add commands to copy_linebreak.vimTom Ryder2017-11-071-1/+14
* Give copy_linebreak.vim enable/disable funcs, mapsTom Ryder2017-11-071-22/+34
* Add :FixedJoin commandTom Ryder2017-11-071-2/+9
* Add :StripTrailingWhitespace commandTom Ryder2017-11-071-2/+9
* Use consistent comment layout for Vim pluginsTom Ryder2017-11-064-9/+11
* 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-062-4/+4
* Caution about :execute not eval() in VimL commentsTom Ryder2017-11-061-3/+3
* Remove \m\C prefix from inapplicable VimL regexesTom Ryder2017-11-061-2/+2
* Don't overwrite plugin-specified user commandsTom Ryder2017-11-062-11/+11
* Complete ToggleOptionFlag commands with opt namesTom Ryder2017-11-061-2/+2
* Don't report lines deleted after stripping spaceTom Ryder2017-11-051-1/+1
* Use BufReadPost hook for big_file_options.vimTom Ryder2017-11-051-4/+4
* Add short-circuit boilerplate to pluginsTom Ryder2017-11-046-199/+221
* Merge branch 'feature/space-dots' into developTom Ryder2017-11-042-2/+2
|\
| * Use spaces around concat dots in VimL consistentlyTom Ryder2017-11-042-2/+2
* | Adjust plugin code layout a lotTom Ryder2017-11-046-25/+58
|/
* Rename toggle plugin again, use commands not funcsTom Ryder2017-11-041-0/+44
* Use same comment boilerplate for custom pluginsTom Ryder2017-11-045-1/+17
* Check 'eval' feature for loading command_typos.vimTom Ryder2017-11-041-1/+1
* Don't suggest mappings in Vim plugin commentsTom Ryder2017-11-044-60/+0
* Spin 'fo' toggle out into new flag toggler pluginTom Ryder2017-11-041-0/+54
* Spin copyable linebreak config into new pluginTom Ryder2017-11-041-0/+36
* Spin stable join config out into new pluginTom Ryder2017-11-041-0/+26
* Use <Plug> prefix, make space strip configurableTom Ryder2017-11-041-4/+6
* Rename a misnamed variable in big_file.vimTom Ryder2017-11-041-4/+4
* Rename bigfile plugin to big_fileTom Ryder2017-11-041-12/+12
* Move trailing space strip config into pluginTom Ryder2017-11-031-0/+57
* Separate command typos config to pluginTom Ryder2017-11-031-0/+14
* Have bigfileturn local syntax off (configurably)Tom Ryder2017-11-021-0/+10
* Make bigfile 'synmaxcol' setting configurableTom Ryder2017-11-021-2/+7
* Refactor plugin function for dependency injectionTom Ryder2017-11-021-13/+21
* Rename variable and autocmd to use plugin prefixTom Ryder2017-11-021-4/+4
* Make bigfile size variable an option with defaultTom Ryder2017-11-021-2/+4
* Expand comment header for bigfile.vimTom Ryder2017-11-021-1/+8
* Move Vim big file options config into pluginTom Ryder2017-11-021-0/+28