aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v8.24.0'v8.24.0Tom Ryder2020-05-034-34/+62
|\ | | | | | | | | | | | | | | | | | | * release/v8.24.0: Use v:null in XDG-related contexts Add handling of "after" subdirs in Vim XDG config Separate cache runtime behaviour from config Tolerate unset iteration variables Improve "absolute path" check for XDG base dirs Tidy and correct XDG var getenv() fallback
| * Bump VERSIONTom Ryder2020-05-031-2/+2
| |
| * Use v:null in XDG-related contextsTom Ryder2020-05-032-9/+9
| | | | | | | | I hadn't realised it was supported in Vim v7.0.
| * Add handling of "after" subdirs in Vim XDG configTom Ryder2020-05-031-2/+6
| |
| * Separate cache runtime behaviour from configTom Ryder2020-05-031-13/+16
| | | | | | | | It's a little awkward to conflate them.
| * Tolerate unset iteration variablesTom Ryder2020-05-031-2/+4
| |
| * Improve "absolute path" check for XDG base dirsTom Ryder2020-05-031-1/+3
| | | | | | | | | | | | | | | | | | | | * /foo/bar -- absolute * ~/foo -- absolute * / -- Weird, but absolute * ~ -- Weird, but absolute * foo -- Not absolute * foo/bar -- Not absolute * ~foo -- Not absolute
| * Tidy and correct XDG var getenv() fallbackTom Ryder2020-05-032-11/+28
| | | | | | | | | | | | It's more correct for this function to get upset it's been passed a variable name outside the XDG basedirs spec; a more general function, in this case a backporting of getenv() from v8.1.1305.
| * Merge branch 'release/v8.23.0' into developTom Ryder2020-05-021-2/+2
| |\
* | \ Merge branch 'release/v8.23.0'v8.23.0Tom Ryder2020-05-024-113/+3
|\ \ \ | | |/ | |/| | | | | | | | | | | | | * release/v8.23.0: Don't use tmux terminfo file for now Force unwanted --quoting-style option to ls(1) off Bump updated date for vimrc
| * | Bump VERSIONTom Ryder2020-05-021-2/+2
| |/
| * Don't use tmux terminfo file for nowTom Ryder2020-05-023-111/+1
| | | | | | | | | | | | | | When running `ls` with color output on older Debian machines, using this terminfo file doesn't seem to show color, and I can't figure out why. Given I don't really understand the difference between the two at the moment, it's probably best just to keep using the screen one for now.
| * Bump VERSIONTom Ryder2020-05-021-2/+2
| |
| * Force unwanted --quoting-style option to ls(1) offTom Ryder2020-05-022-0/+5
| |
| * Bump VERSIONTom Ryder2020-05-021-2/+2
| |
| * Bump updated date for vimrcTom Ryder2020-05-021-1/+1
| | | | | | | | I've configured Vim itself to bump this date on each save now.
| * Merge branch 'release/v8.22.0' into developTom Ryder2020-04-291-2/+2
| |\
* | \ Merge branch 'hotfix/v8.22.2'v8.22.2Tom Ryder2020-04-303-2/+7
|\ \ \ | | | | | | | | | | | | | | | | * hotfix/v8.22.2: Force unwanted --quoting-style option to ls(1) off
| * | | Bump VERSIONTom Ryder2020-04-301-2/+2
| | | |
| * | | Force unwanted --quoting-style option to ls(1) offTom Ryder2020-04-302-0/+5
|/ / /
* | | 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