aboutsummaryrefslogtreecommitdiff
path: root/vim/autoload
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move shebang change filetype hooks into pluginTom Ryder2019-05-211-8/+0
* Remove unnecessary l: prefixes to Vim variablesTom Ryder2019-05-098-85/+85
* Refactor Vim mail header field shortcutsTom Ryder2019-01-061-10/+24
* Revert "Add experimental delimit_operator.vim plugin"Tom Ryder2019-01-041-50/+0
* Add experimental delimit_operator.vim pluginTom Ryder2019-01-041-0/+50
* Trim some trailing whitespaceTom Ryder2018-12-311-2/+0
* Move filetype.vim helper funcs into autoloadTom Ryder2018-12-081-0/+76
* Unseat tidy(1) as HTML 'equalprg'Tom Ryder2018-12-041-0/+7
* Remove line squeezing function for mail.vimTom Ryder2018-12-041-20/+0
* Add `abort` attribute to new autoload functionTom Ryder2018-11-301-1/+1
* Add dummy function for HTML omnicompletionTom Ryder2018-11-291-0/+5
* Leave final blank for mail line squeeze, not firstTom Ryder2018-08-301-1/+1
* Count quoted blank lines for mail line squeezeTom Ryder2018-08-301-1/+1
* Add mapping to contract multiple blank linesTom Ryder2018-08-291-0/+20
* Convert a few stridx() to alternative formsTom Ryder2018-08-271-1/+1
* Improve diff block navigation in Vim with functionTom Ryder2018-08-271-0/+29
* Add mail shortcut for flagging a message as urgentTom Ryder2018-08-221-0/+9
* Move Perl boilerplate generation to autoloadTom Ryder2018-08-151-0/+58