aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v6.7.0'v6.7.0Tom Ryder2019-06-162-3/+3
|\ | | | | | | | | * release/v6.7.0: Fix some quotes
| * Bump VERSIONTom Ryder2019-06-161-2/+2
| |
| * Fix some quotesTom Ryder2019-06-161-1/+1
| |
| * Merge branch 'release/v6.6.0' into developTom Ryder2019-06-161-2/+2
| |\
* | \ Merge branch 'release/v6.6.0'v6.6.0Tom Ryder2019-06-162-6/+6
|\ \ \ | | |/ | |/| | | | | | | * release/v6.6.0: Fix a few spelling errors
| * | Bump VERSIONTom Ryder2019-06-161-2/+2
| |/
| * 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.
| * Merge branch 'release/v6.5.0' into developTom Ryder2019-06-161-2/+2
| |\
* | \ Merge branch 'release/v6.5.0'v6.5.0Tom Ryder2019-06-162-14/+12
|\ \ \ | | |/ | |/| | | | | | | * release/v6.5.0: Refactor paste_insert#()
| * | Bump VERSIONTom Ryder2019-06-161-2/+2
| |/
| * Refactor paste_insert#()Tom Ryder2019-06-161-12/+10
| |
| * Merge branch 'release/v6.4.0' into developTom Ryder2019-06-161-2/+2
| |\
* | \ Merge branch 'release/v6.4.0'v6.4.0Tom Ryder2019-06-163-5/+5
|\ \ \ | | |/ | |/| | | | | | | | | | | | | * release/v6.4.0: Remove dead plugin reference from vimrc comment Add "GNUmakefile" to Vim ft=make pattern Make \\ map work in operator-pending mode
| * | Bump VERSIONTom Ryder2019-06-161-2/+2
| |/
| * 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
| |
| * Merge branch 'release/v6.3.0' into developTom Ryder2019-06-141-2/+2
| |\
* | \ Merge branch 'release/v6.3.0'v6.3.0Tom Ryder2019-06-142-3/+3
|\ \ \ | | |/ | |/| | | | | | | * release/v6.3.0: Change reloaded message for vimrc
| * | Bump VERSIONTom Ryder2019-06-141-2/+2
| |/
| * Change reloaded message for vimrcTom Ryder2019-06-141-1/+1
| |
| * Merge branch 'release/v6.2.0' into developTom Ryder2019-06-141-2/+2
| |\
* | \ Merge branch 'release/v6.2.0'v6.2.0Tom Ryder2019-06-1419-207/+224
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v6.2.0: (22 commits) Spruce up CSV and TSV Vim filetype scripts Add explanatory comment on Vim indent ftplugin Remove unneeded password filetype Use tabs for Git configuration files Fix layout of vim-keep-position submodule config Replace and refactor Vim paste plugins Move autocmd definitions out of augroup block Refactor colorscheme select with cursorline hooks Restore Git diff.algorithm to 'patience' Tweak a comment about jetpack mapping Add Vim leader maps for :command and :function Add -bar attribute to :AddLocalSpellFile command Add missing b:undo_ftplugin commands for ft=mail Remove resolved issue from ISSUES.md list Wrap mail quote cleanup in command-func Move to body text correctly for start guesser Wrap mail starting point guesser in command-func Use more idiomatic check for empty string Ensure we're in body text before breaking quotes ...
| * | Bump VERSIONTom Ryder2019-06-141-2/+2
| |/
| * 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-143-74/+80
| | | | | | | | | | The frontend tools use tabs, and it's probably best not to fight them on it.
| * Fix layout of vim-keep-position submodule configTom Ryder2019-06-141-3/+3
| |
| * Replace and refactor Vim paste pluginsTom Ryder2019-06-145-11/+29
| |
| * Move autocmd definitions out of augroup blockTom Ryder2019-06-141-22/+22
| |
| * Refactor colorscheme select with cursorline hooksTom Ryder2019-06-141-17/+20
| |
| * Restore Git diff.algorithm to 'patience'Tom Ryder2019-06-141-0/+3
| | | | | | | | It's noticeably better.
| * 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
| |
| * Remove resolved issue from ISSUES.md listTom Ryder2019-06-141-3/+0
| |
| * 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
| |
| * Merge branch 'release/v6.1.0' into developTom Ryder2019-06-141-2/+2
| |\
* | \ Merge branch 'release/v6.1.0'v6.1.0Tom Ryder2019-06-142-4/+4
|\ \ \ | | |/ | |/| | | | | | | * release/v6.1.0: Allow periods in sudo-ed filenames
| * | Bump VERSIONTom Ryder2019-06-141-2/+2
| |/
| * Allow periods in sudo-ed filenamesTom Ryder2019-06-141-2/+2
| |
| * Merge branch 'release/v6.0.0' into developTom Ryder2019-06-141-2/+2
| |\