aboutsummaryrefslogtreecommitdiff
path: root/vim/autoload
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Thanks to crose in Freenode #vim for a hint about `:help <mods>`.
* Remove :Fortunate call from startupTom Ryder2019-06-231-16/+1
| | | | The novelty has already worn off.
* Use tr() over substitute() for character swapTom Ryder2019-06-221-1/+1
| | | | I didn't know this function existed, but I should perhaps have guessed.
* Fix up some pattern qualifiersTom Ryder2019-06-221-3/+3
|
* Move mail ftplugin function out into autoloadTom Ryder2019-06-221-0/+23
| | | | Now that it isn't called on every load.
* 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
| | | | This is a good one.
* 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
| | | | I think I'll spin this out into a distribution shortly.
* Adjust paste_insert.vim to :set paste pre-insertTom Ryder2019-06-181-2/+2
| | | | This avoids indenting rules applying before 'paste' can prevent it.
* 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
| | | | | Just to avoid a hit-enter prompt by limiting it to just short of the vertical size of the screen, with a temporary array slice of v:oldfiles.
* 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
| | | | These might end up packaged shortly.
* Factor out all my autoloaded functionsTom Ryder2019-06-081-82/+0
| | | | I've changed my mind again; I want this file to be self-contained.
* Drastically simplify $MYVIM handlingTom Ryder2019-06-081-21/+0
| | | | | | | | It was a fun exercise, but it's a pretty perverse situation to set up. People generally don't put commas in their runtime directory names, and it's not too out of order simply to tell them not to do that if they do. This removes the need for two small utility functions.
* Rename vimrc#Establish() to vimrc#Ensure()Tom Ryder2019-06-081-1/+1
| | | | Per the suggestion of NickNameNick in #kiwicon.
* 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
|