aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
* Init b:undo_indent for MakefilesTom Ryder2019-06-241-1/+1
|
* Merge 'compatible' joke settings onto one lineTom Ryder2019-06-241-3/+1
|
* Rename scratch.vim to scratch_buffer.vimTom Ryder2019-06-244-5/+5
|
* Update paste_insert.vim to v0.4.0Tom Ryder2019-06-231-0/+0
|
* Replace existing Markdown heading underlinesTom Ryder2019-06-231-2/+7
|
* Add basic homebrew scratch buffer pluginTom Ryder2019-06-233-0/+19
| | | | Thanks to crose in Freenode #vim for a hint about `:help <mods>`.
* Have a little fun with compatible viTom Ryder2019-06-231-5/+6
|
* Update write_mkpath.vim to v2.2.0Tom Ryder2019-06-231-0/+0
|
* Remove :Fortunate call from startupTom Ryder2019-06-232-33/+1
| | | | The novelty has already worn off.
* Fix a couple of small comment typosTom Ryder2019-06-231-4/+4
|
* Update cursorline_current.vim to v3.0.1Tom Ryder2019-06-231-0/+0
|
* Update paste_insert.vim to v0.3.0Tom Ryder2019-06-231-0/+0
|
* 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
|
* Update digraph_search.vim to v1.1.0Tom Ryder2019-06-221-0/+0
|
* Correct indent settingsTom Ryder2019-06-225-18/+52
|
* Don't squeeze blanks by default in mail filetypeTom Ryder2019-06-221-9/+0
|
* Improve honesty of comment in mail ftpluginTom Ryder2019-06-221-2/+1
|
* Move mail ftplugin function out into autoloadTom Ryder2019-06-222-23/+24
| | | | Now that it isn't called on every load.
* Add local maps for normalising mail quotesTom Ryder2019-06-221-0/+4
|
* Don't do :StrictQuote automatically on mail editTom Ryder2019-06-221-1/+0
|
* Make :StrictQuote command accept a rangeTom Ryder2019-06-221-10/+4
|
* Move 'filetype' display to command definitionTom Ryder2019-06-222-2/+1
|
* Separate :try block for fortune functionTom Ryder2019-06-221-1/+5
| | | | Vint gets confused by it otherwise.
* Darken :Fortune display somewhatTom Ryder2019-06-221-1/+1
|
* Use <Plug> mapping for :FortuneTom Ryder2019-06-222-2/+4
|
* Round out and apply alternate filetypes pluginTom Ryder2019-06-226-30/+27
| | | | This is a good one.
* Beginnings of new alternate_filetypes.vim pluginTom Ryder2019-06-221-0/+13
|
* Turn 'showcmd' back offTom Ryder2019-06-221-3/+3
| | | | Now I remember.
* Add :Fortune mappingTom Ryder2019-06-221-0/+5
|
* Add sticky-star mapping, displaying regex mappingTom Ryder2019-06-221-3/+6
|
* Allow numbers in place of symbol leader mapsTom Ryder2019-06-221-5/+8
|
* Turn Vim 'showcmd' back onTom Ryder2019-06-221-0/+5
|
* Don't throw on startup if no fortune executablesTom Ryder2019-06-221-1/+7
|
* Flesh out fortune.vim a little moreTom Ryder2019-06-222-15/+34
|
* Move fortune.vim function into autoloadTom Ryder2019-06-222-44/+44
|
* Add fortune.vim plugin as I've got itTom Ryder2019-06-221-0/+50
|
* Clean up Vim indent settings a bitTom Ryder2019-06-224-10/+20
|
* Revert to vimrc filenameTom Ryder2019-06-224-2/+6
|
* Spin out select_old_files.vim into distroTom Ryder2019-06-213-25/+0
|
* Add a path to Vim help filesTom Ryder2019-06-211-0/+1
|
* Prevent double-sourcing php.vim filetype pluginTom Ryder2019-06-201-3/+8
|
* Correct version number in Vim feature testTom Ryder2019-06-201-2/+2
|
* Whoops, forgot some vimrc file patternsTom Ryder2019-06-201-2/+2
|
* Rename vimrc and gvimrc to have .vim suffixTom Ryder2019-06-203-9/+3
| | | | | Since they don't need to have the same names when installed, this makes it marginally easier to set filetypes without special paths.
* Move Vim help indent rules to main indent ftpluginTom Ryder2019-06-202-6/+12
| | | | | I assumed Vim's runtime files included indent rules for :help files, but they don't.
* Update vim-paste-insert to v0.2.0Tom Ryder2019-06-201-0/+0
|
* Flip a testTom Ryder2019-06-201-1/+1
|
* Spin off paste_insert.vim into distributionTom Ryder2019-06-193-21/+0
|
* Use hard tabs for editing Vim :help filesTom Ryder2019-06-191-0/+6
|