aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Separate 'directory' slashes into its own stringTom Ryder2019-06-081-1/+1
| |
| * Explain sort-reverse of 'backupskip' patternsTom Ryder2019-06-081-0/+3
| |
| * Sort 'backupskip' patterns before reversingTom Ryder2019-06-081-1/+1
| | | | | | | | They're already sorted, but it makes clearer what we're trying to do.
| * Adjust 'backupdir' path specification for clarityTom Ryder2019-06-081-4/+9
| |
| * Reverse overzealous factoring out of variableTom Ryder2019-06-081-2/+1
| |
| * Add more literate vimrc commentsTom Ryder2019-06-081-7/+42
| |
| * Group clearing of C-related defaultsTom Ryder2019-06-081-6/+9
| |
| * Begin adding longer comments for a literate vimrcTom Ryder2019-06-081-22/+161
| |
| * Refactor 'directory' processing in vimrcTom Ryder2019-06-081-2/+2
| |
| * Remove 'completeopt' settingsTom Ryder2019-06-081-4/+0
| | | | | | | | I realised I don't actually want either of these.
| * Refactor 'backupdir' processing in vimrcTom Ryder2019-06-081-3/+3
| |
| * Refactor 'runtimepath' chopping in vimrcTom Ryder2019-06-081-1/+2
| |
| * Refactor 'backupskip' processingTom Ryder2019-06-081-4/+21
| |
| * Rename vimrc#Establish() to vimrc#Ensure()Tom Ryder2019-06-082-4/+4
| | | | | | | | Per the suggestion of NickNameNick in #kiwicon.
| * Flesh out comments and refactor vimrc auto funcsTom Ryder2019-06-081-21/+61
| |
| * Strip trailing slashes before patch establishmentTom Ryder2019-06-081-1/+1
| |
| * Join some lines that don't really need to be splitTom Ryder2019-06-081-12/+4
| |
| * Merge branch 'release/v5.22.0' into developTom Ryder2019-06-071-2/+2
| |\
* | \ Merge branch 'release/v5.22.0'v5.22.0Tom Ryder2019-06-073-56/+2
|\ \ \ | | |/ | |/| | | | | | | * release/v5.22.0: Remove accidentally committed files
| * | Bump VERSIONTom Ryder2019-06-071-2/+2
| |/
| * Remove accidentally committed filesTom Ryder2019-06-072-54/+0
| |
| * Merge branch 'release/v5.21.0' into developTom Ryder2019-06-071-2/+2
| |\
* | \ Merge branch 'release/v5.21.0'v5.21.0Tom Ryder2019-06-074-17/+14
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | * release/v5.21.0: Remove HTML completion blocking Remove error suppression on variable unset Correct a path in a comment Break a long line
| * | Bump VERSIONTom Ryder2019-06-071-2/+2
| |/
| * Remove HTML completion blockingTom Ryder2019-06-071-5/+0
| |
| * Remove error suppression on variable unsetTom Ryder2019-06-071-8/+8
| |
| * Correct a path in a commentTom Ryder2019-06-071-1/+1
| |
| * Break a long lineTom Ryder2019-06-071-1/+3
| |
| * Merge branch 'release/v5.20.0' into developTom Ryder2019-06-071-2/+2
| |\
* | \ 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
| |