aboutsummaryrefslogtreecommitdiff
path: root/vim/autoload
Commit message (Expand)AuthorAgeFilesLines
* Set 'cursorline' for all windows on colors changeTom Ryder2019-12-181-0/+10
* Simplify 'cursorline' switchingTom Ryder2019-12-181-8/+0
* Spin scratch_buffer.vim plugin into a distTom Ryder2019-07-241-11/+0
* Spin alternate_filetypes.vim plugin into a distTom Ryder2019-07-231-13/+0
* Avoid let-& syntaxTom Ryder2019-07-111-0/+8
* Backport convenient patch-* test to old VimTom Ryder2019-07-071-0/+16
* Remove multibyte character from autoload fileTom Ryder2019-07-071-1/+1
* Rearrange command/function call semanticsTom Ryder2019-07-071-4/+5
* Handle path expansion in CreatePathTom Ryder2019-07-061-2/+3
* Force load of Funcref autoload func on older VimTom Ryder2019-07-061-0/+4
* Remove excessive linebreaksTom Ryder2019-07-061-0/+7
* Add case sensitivity flag to needed opersTom Ryder2019-07-061-2/+1
* Factor out functions from vimrcTom Ryder2019-07-067-0/+56
* Rename scratch.vim to scratch_buffer.vimTom Ryder2019-06-241-1/+1
* Replace existing Markdown heading underlinesTom Ryder2019-06-231-2/+7
* Add basic homebrew scratch buffer pluginTom Ryder2019-06-231-0/+11
* Remove :Fortunate call from startupTom Ryder2019-06-231-16/+1
* Use tr() over substitute() for character swapTom Ryder2019-06-221-1/+1
* Fix up some pattern qualifiersTom Ryder2019-06-221-3/+3
* Move mail ftplugin function out into autoloadTom Ryder2019-06-221-0/+23
* Move 'filetype' display to command definitionTom Ryder2019-06-221-1/+0
* Darken :Fortune display somewhatTom Ryder2019-06-221-1/+1
* Round out and apply alternate filetypes pluginTom Ryder2019-06-221-0/+14
* Flesh out fortune.vim a little moreTom Ryder2019-06-221-15/+33
* Move fortune.vim function into autoloadTom Ryder2019-06-221-0/+43
* Spin out select_old_files.vim into distroTom Ryder2019-06-211-17/+0
* Spin off paste_insert.vim into distributionTom Ryder2019-06-191-13/+0
* Finishing touches to paste_insert.vimTom Ryder2019-06-191-4/+5
* Adjust paste_insert.vim to :set paste pre-insertTom Ryder2019-06-181-2/+2
* Correct variable referenceTom Ryder2019-06-171-1/+1
* Use slightly more readable quoting for regexesTom Ryder2019-06-171-2/+2
* Overhaul local Vim spellfile word list pluginTom Ryder2019-06-171-9/+70
* Refactor select_old_files.vim to allow countTom Ryder2019-06-161-3/+13
* Refactor and fix arg errors in put_date.vim pluginTom Ryder2019-06-161-4/+4
* Consolidate utc.vim and put_date.vim into latterTom Ryder2019-06-162-4/+19
* Adapt :browse :oldfiles mapping into pluginTom Ryder2019-06-161-0/+7
* Strip buflocal property from paste_insert autocmdsTom Ryder2019-06-161-3/+3
* Refactor paste_insert#()Tom Ryder2019-06-161-12/+10
* Replace and refactor Vim paste pluginsTom Ryder2019-06-141-0/+14
* Allow periods in sudo-ed filenamesTom Ryder2019-06-141-2/+2
* Clean up ad-hoc pluginsTom Ryder2019-06-112-0/+15
* Factor out all my autoloaded functionsTom Ryder2019-06-081-82/+0
* Drastically simplify $MYVIM handlingTom Ryder2019-06-081-21/+0
* Rename vimrc#Establish() to vimrc#Ensure()Tom Ryder2019-06-081-1/+1
* Flesh out comments and refactor vimrc auto funcsTom Ryder2019-06-081-21/+61
* Strip trailing slashes before patch establishmentTom Ryder2019-06-081-1/+1
* Remove accidentally committed filesTom Ryder2019-06-072-54/+0
* Remove HTML completion blockingTom Ryder2019-06-071-5/+0
* Strip trailing-double-slashes for dir createsTom Ryder2019-06-061-1/+2
* Create cache directories as needed with functionTom Ryder2019-06-061-0/+9