aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add a word to a commentTom Ryder2019-06-191-1/+1
|
* Finishing touches to paste_insert.vimTom Ryder2019-06-191-4/+5
| | | | I think I'll spin this out into a distribution shortly.
* Remove unneeded expand()Tom Ryder2019-06-191-1/+1
|
* Swap two terms aroundTom Ryder2019-06-191-2/+2
|
* Remove leader maps for digitsTom Ryder2019-06-191-9/+0
|
* Back to simpler regex test of &termTom Ryder2019-06-191-1/+1
|
* Adjust a few commentsTom Ryder2019-06-191-4/+4
|
* Adjust string comparisonsTom Ryder2019-06-191-5/+5
|
* Enable 'smarttab' in VimTom Ryder2019-06-191-0/+1
|
* Set filetype-appropriate 'foldlevel'Tom Ryder2019-06-199-17/+27
|