aboutsummaryrefslogtreecommitdiff
path: root/vim/autoload
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stop wasting version pattern match, use submatchesTom Ryder2019-06-061-6/+10
* Simplify version comparisonTom Ryder2019-06-061-7/+2
* Change a variable nameTom Ryder2019-06-061-4/+4
* Correct pattern in version match stringTom Ryder2019-06-061-1/+1
* Switch to regex-based &runtimepath splitTom Ryder2019-06-063-96/+20
* Actually correct 'runtimepath' dissection codeTom Ryder2019-06-063-33/+126
* Improve handling of awkward filenames in optionsTom Ryder2019-06-061-2/+8
* Factor out plugin availability checks to functionTom Ryder2019-06-061-0/+6
* Add missing 'abort' attribute to new functionTom Ryder2019-06-061-1/+1
* Use autoload function for escaping :set valuesTom Ryder2019-06-061-0/+5
* Factor out Vim version checks into autoload funcTom Ryder2019-06-031-0/+27
* Use autoloaded and correct function for &rtp splitTom Ryder2019-06-031-0/+47
* Simplify \= and \+ maps to remove autoloadTom Ryder2019-05-251-6/+0
* Remove unneeded variable scopingTom Ryder2019-05-241-1/+1
* Make space appending for quote indent configurableTom Ryder2019-05-231-6/+9
* Use get() for mail buffer variable fetchTom Ryder2019-05-231-3/+1
* Add comments to Markdown heading mappingTom Ryder2019-05-211-0/+12
* End heading mapping on first columnTom Ryder2019-05-211-0/+1
* Improve Markdown heading mappingTom Ryder2019-05-211-2/+5
* Add mappings and function for Markdown headingsTom Ryder2019-05-211-0/+6