commit | 4bfa8af14142e54f509048239f4e8596911f56aa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 03 15:14:46 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 03 15:14:46 2018 +0100 |
tree | 42d136ae2e49c5444802af12493c5c63c5197a28 | |
parent | 42b23fad1d9cdd6266f52d1ed7e0f3f17ce2d04b [diff] [blame] |
patch 8.0.1455: if $SHELL contains a space then 'shell' is incorrect Problem: If $SHELL contains a space then the default value of 'shell' is incorrect. (Matthew Horan) Solution: Escape spaces in $SHELL. (Christian Brabandt, closes #459)
diff --git a/src/version.c b/src/version.c index 5704074..69ba3f5 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1455, +/**/ 1454, /**/ 1453,