aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin
Commit message (Expand)AuthorAgeFilesLines
* Refactor Vim distribution plugin/macro handlingTom Ryder2018-06-021-0/+5
* Merge auto_*dir.vim plugins into one, spun outTom Ryder2018-05-313-174/+0
* Spin off command_typos Vim pluginTom Ryder2018-05-311-45/+0
* Spin off big_file_options Vim pluginTom Ryder2018-05-311-66/+0
* Spin off strip_trailing_whitespace Vim pluginTom Ryder2018-05-311-75/+0
* Spin off mail_mutt Vim pluginTom Ryder2018-05-311-56/+0
* Spin off copy_linebreak Vim pluginTom Ryder2018-05-311-68/+0
* Spin off toggle_option_flag Vim pluginTom Ryder2018-05-301-104/+0
* Spin off fixed_join Vim pluginTom Ryder2018-05-301-45/+0
* Spin off insert_suspend_hlsearch Vim pluginTom Ryder2018-05-301-47/+0
* Tidy comments, func names for 'hlsearch' suspendTom Ryder2018-05-301-9/+10
* Require +extra_search feat for 'hlsearch' suspendTom Ryder2018-05-301-1/+1
* Remove untidy commentTom Ryder2018-05-301-1/+0
* Merge branch 'hotfix/v0.34.1' into developTom Ryder2018-05-301-1/+0
|\
| * Remove stray echo from Vim pluginTom Ryder2018-05-301-1/+0
* | Use _save suffix for option caching variableTom Ryder2018-05-281-2/+2
|/
* 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