aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |\
* | \ Merge branch 'release/v6.0.0'v6.0.0Tom Ryder2019-06-144-19/+47
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | * release/v6.0.0: Use script-local runtimepath list Refactor &runtimepath split a bit more Two-space markdown files Add possible fix for mail ftplugin issue Amend some commentary on backups Add detail on backslashed commas Add links to plugin pages
| * | Bump VERSIONTom 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
| |
| * Two-space markdown filesTom Ryder2019-06-142-4/+4
| |
| * Add possible fix for mail ftplugin issueTom Ryder2019-06-141-1/+2
| |
| * 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
| |
| * Merge branch 'release/v5.46.0' into developTom Ryder2019-06-141-2/+2
| |\
* | \ Merge branch 'release/v5.46.0'v5.46.0Tom Ryder2019-06-146-116/+117
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v5.46.0: Use arrows to indicate regex parts Spell checking (US English) and reformatting Amend comment on :Establish Avoid double expansion of :Establish args Consolidate C option resets Consolidate +persistent_undo section Consolidate 'backup' and 'backupskip' sections Revert "Use shorter :map commands for diff/mail... Update vim-vertical-region to v1.3.1 Refactor mkdir() call Remove leading and trailing comment lines Update vim-cursorline-current to v2.1.0
| * | Bump VERSIONTom Ryder2019-06-141-2/+2
| |/
| * 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
| |