aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
* Spruce up mapping commentsTom Ryder2019-06-161-4/+9
|
* Adapt :browse :oldfiles mapping into pluginTom Ryder2019-06-163-1/+14
| | | | | 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.
* Add <Leader>,o mapping to :browse :oldfilesTom Ryder2019-06-161-0/+3
|
* Map Backspace to CTRL-^ (:edit alt buffer) in VimTom Ryder2019-06-161-0/+6
|
* Use "written" not "saved" in vimrc commentsTom Ryder2019-06-161-12/+12
|
* Conform reloading vimrc message comment to truthTom Ryder2019-06-161-3/+3
|
* Correct wrong word in vimrcTom Ryder2019-06-161-1/+1
|
* Adjust &term matching regexTom Ryder2019-06-161-1/+1
|
* Overhaul color scheme selection logicTom Ryder2019-06-161-7/+22
|
* Break up long conditions againTom Ryder2019-06-161-5/+10
| | | | I'm having some trouble deciding how I want to do these.
* Reorder some mappingsTom Ryder2019-06-161-10/+10
|
* Adjust mapping formattingTom Ryder2019-06-161-1/+3
|
* Use <Plug> mapping target for paste_insert.vimTom Ryder2019-06-162-2/+3
|
* Strip buflocal property from paste_insert autocmdsTom Ryder2019-06-161-3/+3
|
* Add linebreak after quotesTom Ryder2019-06-161-0/+2
|
* Add a commentTom Ryder2019-06-161-1/+1
|
* Fix some quotesTom Ryder2019-06-161-1/+1
|
* Fix a few spelling errorsTom Ryder2019-06-161-4/+4
| | | | | This is actually just an excuse to test a new feature in my versioning script.
* Refactor paste_insert#()Tom Ryder2019-06-161-12/+10
|
* Remove dead plugin reference from vimrc commentTom Ryder2019-06-161-1/+0
|
* Add "GNUmakefile" to Vim ft=make patternTom Ryder2019-06-151-0/+1
|
* Make \\ map work in operator-pending modeTom Ryder2019-06-141-2/+2
|
* Change reloaded message for vimrcTom Ryder2019-06-141-1/+1
|
* Spruce up CSV and TSV Vim filetype scriptsTom Ryder2019-06-144-28/+12
|
* Add explanatory comment on Vim indent ftpluginTom Ryder2019-06-141-0/+3
|
* Remove unneeded password filetypeTom Ryder2019-06-143-26/+0
|
* Use tabs for Git configuration filesTom Ryder2019-06-141-0/+6
| | | | | The frontend tools use tabs, and it's probably best not to fight them on it.
* Replace and refactor Vim paste pluginsTom Ryder2019-06-144-8/+29
|
* Move autocmd definitions out of augroup blockTom Ryder2019-06-141-22/+22
|
* Refactor colorscheme select with cursorline hooksTom Ryder2019-06-141-17/+20
|
* Tweak a comment about jetpack mappingTom Ryder2019-06-141-2/+2
|
* Add Vim leader maps for :command and :functionTom Ryder2019-06-141-0/+6
|
* Add -bar attribute to :AddLocalSpellFile commandTom Ryder2019-06-141-1/+1
|
* Add missing b:undo_ftplugin commands for ft=mailTom Ryder2019-06-141-0/+3
|
* Wrap mail quote cleanup in command-funcTom Ryder2019-06-141-20/+25
|
* Move to body text correctly for start guesserTom Ryder2019-06-141-0/+6
|
* Wrap mail starting point guesser in command-funcTom Ryder2019-06-141-3/+5
|
* Use more idiomatic check for empty stringTom Ryder2019-06-141-1/+1
|
* Ensure we're in body text before breaking quotesTom Ryder2019-06-141-0/+7
|
* Correct a misleading word in mail ftplugin commentTom Ryder2019-06-141-1/+1
|
* Ensure only actual quoted mail lines are reshapedTom Ryder2019-06-141-1/+1
|
* Allow periods in sudo-ed filenamesTom Ryder2019-06-141-2/+2
|
* Use script-local runtimepath listTom Ryder2019-06-141-2/+2
|
* Refactor &runtimepath split a bit moreTom Ryder2019-06-141-10/+16
|
* Amend some commentary on backupsTom Ryder2019-06-141-4/+5
|
* Add detail on backslashed commasTom Ryder2019-06-141-6/+11
|
* Add links to plugin pagesTom Ryder2019-06-141-2/+17
|
* Use arrows to indicate regex partsTom Ryder2019-06-141-4/+4
|
* Spell checking (US English) and reformattingTom Ryder2019-06-141-42/+40
|
* Amend comment on :EstablishTom Ryder2019-06-141-10/+7
|