aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * 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
|\
| * 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
|\
| * Bump VERSIONTom Ryder2019-06-051-2/+2
|/
* Quote a tag nameTom Ryder2019-06-051-1/+1
|
* Correct an ideaTom Ryder2019-06-051-2/+2
|
* Spellcheck mailTom Ryder2019-06-051-0/+6
|
* Revert "Try doing without 'backspace' settings"Tom Ryder2019-06-051-3/+4
| | | | | | This reverts commit 11bee5281cbc9e0ed937937ad31212dfcc4b2426. Nah, this doesn't work.
* Switch back to :lhelpgrep for help searchesTom Ryder2019-06-041-2/+2
| | | | Now that vim-quickfix-auto-open handles the command correctly.