aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'hotfix/v8.22.1'v8.22.1Tom Ryder2020-04-292-3/+3
|\ | | | | | | | | * hotfix/v8.22.1: Bump updated date for vimrc
| * Bump VERSIONTom Ryder2020-04-291-2/+2
| |
| * Bump updated date for vimrcTom Ryder2020-04-291-1/+1
|/ | | | I've configured Vim itself to bump this date on each save now.
* Merge branch 'release/v8.22.0'v8.22.0Tom Ryder2020-04-292-14/+10
|\ | | | | | | | | * release/v8.22.0: Refine 'viminfo' option setting and comment
| * Bump VERSIONTom Ryder2020-04-291-2/+2
| |
| * Merge branch 'hotfix/v8.21.1' into developTom Ryder2020-04-282-3/+3
| |\ | | | | | | | | | | | | * hotfix/v8.21.1: Correct misplaced `exit` call in .profile.d file
| * | Refine 'viminfo' option setting and commentTom Ryder2020-04-281-12/+8
| | |
| * | Merge branch 'release/v8.21.0' into developTom Ryder2020-04-271-2/+2
| |\ \
* | \ \ Merge branch 'hotfix/v8.21.1'v8.21.1Tom Ryder2020-04-282-3/+3
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | * hotfix/v8.21.1: Correct misplaced `exit` call in .profile.d file
| * | | Bump VERSIONTom Ryder2020-04-281-2/+2
| | | |
| * | | Correct misplaced `exit` call in .profile.d fileTom Ryder2020-04-281-1/+1
|/ / / | | | | | | | | | | | | This was closing my connection immediately when I logged in interactively to any machine without systemd!
* | | Merge branch 'release/v8.21.0'v8.21.0Tom Ryder2020-04-273-11/+15
|\ \ \ | | |/ | |/| | | | | | | | | | * release/v8.21.0: Set systemctl editor to vi rather than ed Fix a few spelling and punctuation errors
| * | Bump VERSIONTom Ryder2020-04-271-2/+2
| |/
| * Set systemctl editor to vi rather than edTom Ryder2020-04-271-0/+4
| |
| * Fix a few spelling and punctuation errorsTom Ryder2020-04-271-9/+9
| |
| * Merge branch 'hotfix/v8.20.5' into developTom Ryder2020-04-262-18/+31
| |\ | | | | | | | | | | | | * hotfix/v8.20.5: Improve robustness of option directory creation
| * \ Merge branch 'hotfix/v8.20.4' into developTom Ryder2020-04-262-3/+3
| |\ \ | | | | | | | | | | | | | | | | * hotfix/v8.20.4: Correct an XDG path
| * \ \ Merge branch 'hotfix/v8.20.3' into developTom Ryder2020-04-262-5/+9
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * hotfix/v8.20.3: Backport environment checking to Vim 8.1
| * \ \ \ Merge branch 'hotfix/v8.20.2' into developTom Ryder2020-04-253-60/+82
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hotfix/v8.20.2: Refactor adjusted XDG handling Improve compliance/sanity of XDG implementation Handle invalid XDG cache home Correct absolute test
| * \ \ \ \ Merge branch 'hotfix/v8.20.1' into developTom Ryder2020-04-252-19/+37
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hotfix/v8.20.1: Handle ignoring relative paths in XDG env dirs Factor out XDG env defaults for readability Implement specified fallbacks for $XDG_*_DIRS
| * \ \ \ \ \ Merge branch 'release/v8.20.0' into developTom Ryder2020-04-251-2/+2
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'hotfix/v8.20.5'v8.20.5Tom Ryder2020-04-262-18/+31
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | * hotfix/v8.20.5: Improve robustness of option directory creation
| * | | | | | | Bump VERSIONTom Ryder2020-04-261-2/+2
| | | | | | | |
| * | | | | | | Improve robustness of option directory creationTom Ryder2020-04-261-16/+29
|/ / / / / / /
* | | | | | | Merge branch 'hotfix/v8.20.4'v8.20.4Tom Ryder2020-04-262-3/+3
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | * hotfix/v8.20.4: Correct an XDG path
| * | | | | | Correct an XDG pathTom Ryder2020-04-262-3/+3
|/ / / / / /
* | | | | | Merge branch 'hotfix/v8.20.3'v8.20.3Tom Ryder2020-04-262-5/+9
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | * hotfix/v8.20.3: Backport environment checking to Vim 8.1
| * | | | | Bump VERSIONTom Ryder2020-04-261-2/+2
| | | | | |
| * | | | | Backport environment checking to Vim 8.1Tom Ryder2020-04-261-3/+7
|/ / / / /
* | | | | Merge branch 'hotfix/v8.20.2'v8.20.2Tom Ryder2020-04-253-60/+82
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * hotfix/v8.20.2: Refactor adjusted XDG handling Improve compliance/sanity of XDG implementation Handle invalid XDG cache home Correct absolute test
| * | | | Bump VERSIONTom Ryder2020-04-251-2/+2
| | | | |
| * | | | Refactor adjusted XDG handlingTom Ryder2020-04-252-62/+39
| | | | |
| * | | | Improve compliance/sanity of XDG implementationTom Ryder2020-04-252-56/+89
| | | | |
| * | | | Handle invalid XDG cache homeTom Ryder2020-04-252-18/+30
| | | | |
| * | | | Correct absolute testTom Ryder2020-04-251-1/+1
|/ / / /
* | | | Merge branch 'hotfix/v8.20.1'v8.20.1Tom Ryder2020-04-252-19/+37
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | * hotfix/v8.20.1: Handle ignoring relative paths in XDG env dirs Factor out XDG env defaults for readability Implement specified fallbacks for $XDG_*_DIRS
| * | | Bump VERSIONTom Ryder2020-04-251-2/+2
| | | |
| * | | Handle ignoring relative paths in XDG env dirsTom Ryder2020-04-251-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | From <https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html#basics>: > All paths set in these environment variables must be absolute. If an > implementation encounters a relative path in any of these variables it > should consider the path invalid and ignore it.
| * | | Factor out XDG env defaults for readabilityTom Ryder2020-04-251-15/+26
| | | |
| * | | Implement specified fallbacks for $XDG_*_DIRSTom Ryder2020-04-251-2/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | From <https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html#variables>: > If $XDG_DATA_DIRS is either not set or empty, a value equal to > /usr/local/share/:/usr/share/ should be used. > ... > If $XDG_CONFIG_DIRS is either not set or empty, a value equal to > /etc/xdg should be used.
* | | Merge branch 'release/v8.20.0'v8.20.0Tom Ryder2020-04-256-42/+76
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | * release/v8.20.0: Revert "Remove Vim :helptags generation" Remove Vim :helptags generation Include XDG_{CONFIG,DATA}_DIRS handling in Vim Roll out the beginnings of XDG support for Vim Remove thesaurus install target Correct built paths for Vim cache dirs Use explicitly nullglob Zsh patterns
| * | Bump VERSIONTom Ryder2020-04-251-2/+2
| |/
| * Revert "Remove Vim :helptags generation"Tom Ryder2020-04-251-0/+1
| | | | | | | | | | | | | | This reverts commit f635e2b25d653da5e9534d84974f995b22c73f44. There doesn't seem to be a convenient way to force the tags to generate in another directory, so I think we'll just wear this.
| * Remove Vim :helptags generationTom Ryder2020-04-251-1/+0
| | | | | | | | This puts it in ~/.vim/doc/tags, which we don't necessarily want.
| * Include XDG_{CONFIG,DATA}_DIRS handling in VimTom Ryder2020-04-252-30/+62
| | | | | | | | This obsoletes custom $MYVIM variables.
| * Roll out the beginnings of XDG support for VimTom Ryder2020-04-252-21/+30
| | | | | | | | | | The idea here isn't to remove ~/.vim, but to be able to use ~/.cache and ~/.config on a per-machine basis.
| * Remove thesaurus install targetTom Ryder2020-04-252-8/+2
| | | | | | | | Not really appropriate for a Makefile to `curl` resources.
| * Correct built paths for Vim cache dirsTom Ryder2020-04-251-5/+4
| |
| * Use explicitly nullglob Zsh patternsTom Ryder2020-04-232-2/+2
| |
| * Merge branch 'release/v8.19.0' into developTom Ryder2020-04-231-2/+2
| |\