aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-161-2/+1
|
* 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.
* Remove dead plugin reference from vimrc commentTom Ryder2019-06-161-1/+0
|
* Make \\ map work in operator-pending modeTom Ryder2019-06-141-2/+2
|
* Change reloaded message for vimrcTom Ryder2019-06-141-1/+1
|
* Replace and refactor Vim paste pluginsTom Ryder2019-06-141-8/+9
|
* 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
|
* 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
|
* Avoid double expansion of :Establish argsTom Ryder2019-06-141-1/+1
|
* Consolidate C option resetsTom Ryder2019-06-141-2/+1
|
* Consolidate +persistent_undo sectionTom Ryder2019-06-141-13/+7
|
* Consolidate 'backup' and 'backupskip' sectionsTom Ryder2019-06-141-21/+18
|
* Refactor mkdir() callTom Ryder2019-06-131-4/+6
|
* Remove leading and trailing comment linesTom Ryder2019-06-131-2/+0
|
* More comment cleanup for vimrcTom Ryder2019-06-131-59/+57
|
* Spruce up and comment on ext-counting shellTom Ryder2019-06-131-5/+13
|
* Add version number tag reference links to vimrcTom Ryder2019-06-131-1/+19
|
* Update README.md to reflect Vim configurationTom Ryder2019-06-131-2/+2
|
* Drop support for NeovimTom Ryder2019-06-131-36/+5
| | | | It's just annoying.
* Change 'backupskip' reset to reflect Vim patchTom Ryder2019-06-131-8/+13
| | | | <https://github.com/vim/vim/releases/tag/v8.1.1519>
* Add a missing quote in a commentTom Ryder2019-06-131-1/+1
|
* Correct example ext-finder shell script in vimrcTom Ryder2019-06-121-1/+1
|
* Adjust plugin commentTom Ryder2019-06-121-6/+7
|
* Rewrite a couple of paragraphsTom Ryder2019-06-121-9/+8
|
* Refine another commentTom Ryder2019-06-121-5/+4
|
* Restore a jokeTom Ryder2019-06-121-27/+27
|
* Improve extension-seeking commandTom Ryder2019-06-121-1/+1
|
* More vimrc comment editingTom Ryder2019-06-121-11/+11
|
* Lots more literate explanation and developmentTom Ryder2019-06-121-228/+258
|
* Change a word in a commentTom Ryder2019-06-111-1/+1
|
* Correct and improve comment-stripping commandTom Ryder2019-06-111-1/+1
|
* Remove return value from EstablishDir()Tom Ryder2019-06-111-2/+3
| | | | It's not being used, so it's a bit misleading to provide it.