aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin
Commit message (Expand)AuthorAgeFilesLines
...
* Use script variable to keep showbreak settingTom Ryder2018-05-281-2/+3
* Refactor directory creation in pluginsTom Ryder2018-01-173-12/+12
* Correct stray elseif in auto_undodir.vimTom Ryder2017-11-141-1/+1
* Merge branch 'feature/vim-plug' into developTom Ryder2017-11-133-18/+24
|\
| * Check for shellescape() function before using itTom Ryder2017-11-133-18/+24
* | Strip trailing whitespaceTom Ryder2017-11-134-10/+10
|/
* Move 'hlsearch' insert-mode suspension into pluginTom Ryder2017-11-131-0/+48
* Separate g:loaded/&cp tests from feat testsTom Ryder2017-11-126-6/+24
* Remove stray blank line from mail_mutt.vimTom Ryder2017-11-121-1/+0
* Bind norm J on fixed_join.vim load if appropriateTom Ryder2017-11-121-0/+6
* Move lots of local Vim config into vim/afterTom Ryder2017-11-1212-80/+10
* Add author/license boilerplate to all pluginsTom Ryder2017-11-112-0/+6
* 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