aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin
Commit message (Collapse)AuthorAgeFilesLines
* Move 'filetype' display to command definitionTom Ryder2019-06-221-1/+1
|
* Separate :try block for fortune functionTom Ryder2019-06-221-1/+5
| | | | Vint gets confused by it otherwise.
* Use <Plug> mapping for :FortuneTom Ryder2019-06-221-0/+3
|
* Round out and apply alternate filetypes pluginTom Ryder2019-06-221-11/+2
| | | | This is a good one.
* Beginnings of new alternate_filetypes.vim pluginTom Ryder2019-06-221-0/+13
|
* Don't throw on startup if no fortune executablesTom Ryder2019-06-221-1/+7
|
* Flesh out fortune.vim a little moreTom Ryder2019-06-221-0/+1
|
* Move fortune.vim function into autoloadTom Ryder2019-06-221-44/+1
|
* Add fortune.vim plugin as I've got itTom Ryder2019-06-221-0/+50
|
* Spin out select_old_files.vim into distroTom Ryder2019-06-211-8/+0
|
* Spin off paste_insert.vim into distributionTom Ryder2019-06-191-8/+0
|
* Correct existence check for Vim strftime() funcTom Ryder2019-06-171-1/+1
|
* Add load guards to Vim plugins not spun out yetTom Ryder2019-06-172-2/+2
|
* Overhaul local Vim spellfile word list pluginTom Ryder2019-06-171-10/+3
|
* Refactor select_old_files.vim to allow countTom Ryder2019-06-161-2/+2
|
* Enhance load guard or select_old_files.vimTom Ryder2019-06-161-1/+1
|
* Add <Plug>SelectOldFiles mappingTom Ryder2019-06-161-0/+2
|
* Refactor and fix arg errors in put_date.vim pluginTom Ryder2019-06-161-1/+1
|
* Consolidate utc.vim and put_date.vim into latterTom Ryder2019-06-162-9/+2
|
* Document choice of format for PutDate()Tom Ryder2019-06-161-1/+2
|
* Adapt :browse :oldfiles mapping into pluginTom Ryder2019-06-161-0/+6
| | | | | 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.
* Use <Plug> mapping target for paste_insert.vimTom Ryder2019-06-161-0/+2
|
* Replace and refactor Vim paste pluginsTom Ryder2019-06-141-0/+6
|
* Add -bar attribute to :AddLocalSpellFile commandTom Ryder2019-06-141-1/+1
|
* Correct reference to autoloaded UTC plugin funcTom Ryder2019-06-121-1/+1
|
* Clean up ad-hoc pluginsTom Ryder2019-06-113-50/+5
| | | | These might end up packaged shortly.
* Add visual mode mapping for spellfilesTom Ryder2019-06-111-0/+1
|
* Allow -bar in custom commandsTom Ryder2019-06-112-2/+2
|
* Rename EnsureDir to EstablishTom Ryder2019-06-111-1/+1
| | | | I just like this name better.
* Alter MYVIM semantics: don't allow outside settingTom Ryder2019-06-111-1/+1
| | | | Not that it's a bad idea, just that I don't need it yet.
* Correct case errors in local spell file namesTom Ryder2019-06-111-3/+3
|
* Use dedicated augroup for local spellfileTom Ryder2019-06-111-1/+5
|
* Factor our :AddLocalSpellFile commandTom Ryder2019-06-111-0/+2
|
* Move spellfile local mapping into functionTom Ryder2019-06-111-1/+2
|
* Check MYVIM is not blank in spellfile pluginTom Ryder2019-06-111-1/+1
|
* Remove bang from endfunctionTom Ryder2019-06-111-1/+1
|
* Move :PutDate and :UTC implementations into pluginTom Ryder2019-06-112-0/+42
|
* Move local spellfile out into ad-hoc pluginTom Ryder2019-06-101-0/+26
| | | | | | At some point I'll package this up properly as a little distribution, once I'm a bit more confident it's working correctly. So far, it's pretty neat.
* Don't suppress errors from loading matchitTom Ryder2019-05-181-1/+1
|
* Adjust formatting of a leading commentTom Ryder2019-05-181-1/+2
|
* Move 'wildignore' setting back into .vimrcTom Ryder2019-05-181-173/+0
|
* Remove unnecessary l: prefixes to Vim variablesTom Ryder2019-05-091-22/+22
|
* Remove unnecessary g: prefixes to Vim variablesTom Ryder2019-05-092-10/+10
|
* Revert "Add experimental delimit_operator.vim plugin"Tom Ryder2019-01-041-12/+0
| | | | | | | | | This reverts commit 6ed48b12e451a0770d5a3f236e66e0e7e9a39c8d. I don't think this is the right approach. The main reason I dropped surround.vim was because I didn't like how often I was doing something that doesn't work at all in vanilla Vim. If I make a half-assed re-implementation, I'm just perpetuating the problem.
* Add experimental delimit_operator.vim pluginTom Ryder2019-01-041-0/+12
| | | | | | This is an attempt at a small subset of surround.vim's behaviour, hopefully drastically simplified. I'm not actually sure how useful or practical this is going to be yet.
* Revert "Replace paste_open.vim with paste_hook....Tom Ryder2018-09-141-44/+0
| | | | | | | This reverts commit dce5abc0724428f805562dd32bf9a71677d55aaa. On review, paste_open is good enough. I can always dig this back up again if I need to.
* Replace paste_open.vim with paste_hook.vimTom Ryder2018-09-121-0/+44
| | | | Still a little experimental; no documentation (or distribution) yet.
* Correct a comment in vim/plugin/dist.vimTom Ryder2018-09-051-1/+1
|
* Remove visual_block_suspend_wrap.vimTom Ryder2018-08-311-43/+0
| | | | | | This would be great if it was immediate and didn't require the CursorMoved event, but as it stands it's not really an improvement over just my \w mapping to toggle 'wrap'.
* Add visual_block_suspend_wrap.vim pluginTom Ryder2018-08-301-0/+43
|