aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin
Commit message (Collapse)AuthorAgeFilesLines
* Remove fortune.vim pluginTom Ryder2020-06-011-8/+0
| | | | Fun idea but not really that useful.
* Move plugin settings into vim/after and test varTom Ryder2020-05-311-5/+0
|
* Spin put_date.vim out into its own pluginTom Ryder2020-05-311-6/+0
|
* Spin detect_indent.vim out into its own pluginTom Ryder2020-05-301-23/+0
|
* Arrange and comment code for new pluginTom Ryder2020-05-301-1/+11
| | | | Nearly done
* Split detect_indent.vim into autoload/pluginTom Ryder2020-05-301-59/+13
| | | | Add load guard etc
* Prototype ready for indent switcherTom Ryder2020-05-301-7/+23
|
* Commit a much simpler approach to indent guessingTom Ryder2020-05-291-19/+5
|
* Commit first pass at indent heuristicTom Ryder2020-05-291-26/+30
| | | | I don't like this approach very much, and am about to discard it.
* Working on a plugin for detecting tab indentTom Ryder2020-05-291-0/+53
|
* Add load guard to fortune.vim pluginTom Ryder2020-05-091-0/+4
|
* Format a list of fontsTom Ryder2020-05-091-1/+5
|
* Spin undoskip.vim out into its own repositoryTom Ryder2020-05-051-35/+0
|
* Move undoskip.vim function into autoloadTom Ryder2020-05-051-22/+1
| | | | Ready to be spun off now I think
* Pass paths correctly in undoskip.vimTom Ryder2020-05-051-8/+3
|
* Switch undoskip.vim to use globsTom Ryder2020-05-051-9/+12
| | | | | This increases the minimum version required to v7.4.668, but I think that's OK now with v8.2 being rolled out.
* Attempt to imitate 'backupskip' pats in undoskipTom Ryder2020-05-051-7/+14
|
* Add /usr/tmp to the list of undoskip pathsTom Ryder2020-05-051-0/+1
|
* Break undoskip patterns into linewise listTom Ryder2020-05-051-1/+5
|
* Use global variable not autoload for undoskip.vimTom Ryder2020-05-031-2/+2
| | | | Just to be consistent with my other plugins.
* Test for correct feature for undoskip.vim pluginTom Ryder2020-05-031-1/+1
| | | | The +persistent_undo feature wasn't added until Vim v7.3.
* Flesh out new undoskip.vim plugin a lotTom Ryder2020-05-031-7/+43
|
* Add plugin undoskip.vim; switch 'undofile' on pathTom Ryder2020-05-031-0/+10
|
* 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
|