aboutsummaryrefslogtreecommitdiff
path: root/vim/autoload
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | | | I failed to use the source, and assumed I knew what it did. I am humbled.
* 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
| | | | | | It always bugged me that I had just the one little function in here, when everything else is either neatly self-contained or dependent on a plugin. These maps should be good enough.
* 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
| | | | Leave me on the same row as the underline, and use getpos()/setpos()
* 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
|