aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'hotfix/v8.25.2'v8.25.2Tom Ryder2020-05-034-22/+17
|\ | | | | | | | | | | * hotfix/v8.25.2: Copy, don't reference XDG basedir lists Write v:null back out of XDG routines
| * Bump VERSIONTom Ryder2020-05-031-2/+2
| |
| * Copy, don't reference XDG basedir listsTom Ryder2020-05-031-3/+3
| |
| * Write v:null back out of XDG routinesTom Ryder2020-05-033-18/+13
|/ | | | | | | | I had misconfigured my test machine, and was testing the latest Vim v8.2.x when I thought I was testing v7.0.0, which misled me into thinking v:null was defined on the latter version in commit 145998c. Reverse this and just use an empty string as the sentinel value; it's not strictly correct, but it doesn't matter much to XDG.
* Merge branch 'hotfix/v8.25.1'v8.25.1Tom Ryder2020-05-032-6/+7
|\ | | | | | | | | * hotfix/v8.25.1: Update PGP key fingerprint
| * Bump VERSIONTom Ryder2020-05-031-2/+2
| |
| * Update PGP key fingerprintTom Ryder2020-05-031-4/+5
|/
* Merge branch 'release/v8.25.0'v8.25.0Tom Ryder2020-05-032-27/+30
|\ | | | | | | | | | | | | * release/v8.25.0: Tighten :try block around 'dictionary'/'thesaurus' Factor out iteration variables with some maps Test dir lists for emptiness to avoid force :unlet
| * Bump VERSIONTom Ryder2020-05-031-2/+2
| |
| * Tighten :try block around 'dictionary'/'thesaurus'Tom Ryder2020-05-031-11/+11
| |
| * Factor out iteration variables with some mapsTom Ryder2020-05-031-17/+16
| |
| * Test dir lists for emptiness to avoid force :unletTom Ryder2020-05-031-15/+19
| |
| * Merge branch 'release/v8.24.0' into developTom Ryder2020-05-031-2/+2
| |\
* | \ 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