aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v5.20.0'v5.20.0Tom Ryder2019-06-079-44/+79
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v5.20.0: Update vikm-quickfix-auto-open to v2.0.1 Define :Boilerplate command for Perl, no <silent> Use shorter :map commands for diff/mail para nav Adjust quoting in mail greeting match Add a couple of abbreviations Adjust layout of another line Strip trailing-double-slashes for dir creates Create cache directories as needed with function Let's give 'showmatch' another try Adjust layout of longer :set+= path lines Add a 'dictionary' path Correct 'shiftwidth' value in Makefiles Add Makefile target to install free thesaurus Adjust use of part addenda to *dir options
| * Bump VERSIONTom Ryder2019-06-071-2/+2
| |
| * Update vikm-quickfix-auto-open to v2.0.1Tom Ryder2019-06-071-0/+0
| |
| * Define :Boilerplate command for Perl, no <silent>Tom Ryder2019-06-071-3/+6
| |
| * Use shorter :map commands for diff/mail para navTom Ryder2019-06-072-32/+16
| |
| * Adjust quoting in mail greeting matchTom Ryder2019-06-071-2/+2
| |
| * Add a couple of abbreviationsTom Ryder2019-06-071-0/+4
| |
| * Adjust layout of another lineTom Ryder2019-06-071-1/+3
| |
| * Strip trailing-double-slashes for dir createsTom Ryder2019-06-061-1/+2
| |
| * Create cache directories as needed with functionTom Ryder2019-06-062-0/+12
| |
| * Let's give 'showmatch' another tryTom Ryder2019-06-061-0/+6
| | | | | | | | But with a slightly quicker jump.
| * Adjust layout of longer :set+= path linesTom Ryder2019-06-061-3/+9
| |
| * Add a 'dictionary' pathTom Ryder2019-06-061-0/+3
| |
| * Correct 'shiftwidth' value in MakefilesTom Ryder2019-06-061-0/+4
| |
| * Add Makefile target to install free thesaurusTom Ryder2019-06-062-0/+9
| |
| * Adjust use of part addenda to *dir optionsTom Ryder2019-06-061-3/+4
| |
| * Merge branch 'release/v5.19.0' into developTom Ryder2019-06-061-2/+2
| |\
* | \ Merge branch 'release/v5.19.0'v5.19.0Tom Ryder2019-06-067-96/+128
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v5.19.0: (22 commits) Reset colorscheme rather than calling default Remove recursion from some maps that don't need it Stop wasting version pattern match, use submatches Simplify version comparison Change a variable name Correct pattern in version match string Switch to regex-based &runtimepath split Actually correct 'runtimepath' dissection code Improve handling of awkward filenames in options Add a couple of 'formatoptions' Use vimrc#EscapeSet() consistently Remove overzealous checks from gitcommit ftplugin Factor out plugin availability checks to function Adjust a few version check comments Use more natural test for &runtimepath value Add missing 'abort' attribute to new function Remove overkill environment variable Adjust layout of 'formatoptions' Use autoload function for escaping :set values ...
| * | Bump VERSIONTom Ryder2019-06-061-2/+2
| |/
| * Reset colorscheme rather than calling defaultTom Ryder2019-06-061-1/+1
| |
| * Remove recursion from some maps that don't need itTom Ryder2019-06-061-2/+2
| |
| * Stop wasting version pattern match, use submatchesTom Ryder2019-06-061-6/+10
| |
| * Simplify version comparisonTom Ryder2019-06-061-7/+2
| |
| * Change a variable nameTom Ryder2019-06-061-4/+4
| |
| * Correct pattern in version match stringTom Ryder2019-06-061-1/+1
| |
| * Switch to regex-based &runtimepath splitTom Ryder2019-06-063-96/+20
| |
| * Actually correct 'runtimepath' dissection codeTom Ryder2019-06-064-37/+130
| | | | | | | | | | I failed to use the source, and assumed I knew what it did. I am humbled.
| * Improve handling of awkward filenames in optionsTom Ryder2019-06-062-6/+12
| |
| * Add a couple of 'formatoptions'Tom Ryder2019-06-061-0/+2
| |
| * Use vimrc#EscapeSet() consistentlyTom Ryder2019-06-061-1/+1
| |
| * Remove overzealous checks from gitcommit ftpluginTom Ryder2019-06-061-9/+7
| |
| * Factor out plugin availability checks to functionTom Ryder2019-06-062-4/+11
| |
| * Adjust a few version check commentsTom Ryder2019-06-061-7/+6
| |
| * Use more natural test for &runtimepath valueTom Ryder2019-06-061-1/+1
| |
| * Add missing 'abort' attribute to new functionTom Ryder2019-06-061-1/+1
| |
| * Remove overkill environment variableTom Ryder2019-06-061-3/+2
| |
| * Adjust layout of 'formatoptions'Tom Ryder2019-06-061-5/+3
| |
| * Use autoload function for escaping :set valuesTom Ryder2019-06-062-2/+7
| |
| * A couple more abbreviationsTom Ryder2019-06-061-0/+2
| |
| * Update vim-squeeze-repeat-blanks to v0.5.0Tom Ryder2019-06-061-0/+0
| |
| * Merge branch 'release/v5.18.0' into developTom Ryder2019-06-051-2/+2
| |\
* | \ Merge branch 'release/v5.18.0'v5.18.0Tom Ryder2019-06-056-2/+2
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | * release/v5.18.0: Update vim-shebang-change-filetype to v0.2.1 Update vim-redact-pass to v2.1.0 Update vim-insert-timeout to v2.0.0 Update vim-insert-suspend-hlsearch to v2.1.0 Update vim-big-file-options to v3.0.0
| * | Bump VERSIONTom Ryder2019-06-051-2/+2
| |/
| * Update vim-shebang-change-filetype to v0.2.1Tom Ryder2019-06-051-0/+0
| |
| * Update vim-redact-pass to v2.1.0Tom Ryder2019-06-051-0/+0
| |
| * Update vim-insert-timeout to v2.0.0Tom Ryder2019-06-051-0/+0
| |
| * Update vim-insert-suspend-hlsearch to v2.1.0Tom Ryder2019-06-051-0/+0
| |
| * Update vim-big-file-options to v3.0.0Tom Ryder2019-06-051-0/+0
| |
| * Merge branch 'release/v5.17.0' into developTom Ryder2019-06-051-2/+2
| |\
* | \ Merge branch 'release/v5.17.0'v5.17.0Tom Ryder2019-06-055-33/+32
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v5.17.0: Quote a tag name Correct an idea Spellcheck mail Revert "Try doing without 'backspace' settings" Switch back to :lhelpgrep for help searches Update vim-quickfix-auto-open to v2.0.0 Inline 'wildignore' setting Supplant \\ mapping with lst change jump