aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin
Commit message (Collapse)AuthorAgeFilesLines
* Spin spellfile_local plugin out into new pluginTom Ryder2019-12-191-20/+0
|
* Overhaul spellfile_local.vim pluginTom Ryder2019-12-191-5/+13
| | | | Ready to be spun out into its own distribution shortly.
* Spin scratch_buffer.vim plugin into a distTom Ryder2019-07-241-2/+0
|
* Spin alternate_filetypes.vim plugin into a distTom Ryder2019-07-231-4/+0
|
* Set font for Vim 2html.vimTom Ryder2019-07-221-0/+1
|
* Rename scratch.vim to scratch_buffer.vimTom Ryder2019-06-242-2/+2
|
* Add basic homebrew scratch buffer pluginTom Ryder2019-06-231-0/+2
| | | | Thanks to crose in Freenode #vim for a hint about `:help <mods>`.
* Remove :Fortunate call from startupTom Ryder2019-06-231-17/+0
| | | | The novelty has already worn off.
* 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
|