commit | 00136dc321586800986e8f743c2f108f5eecbf92 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 25 21:19:13 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 25 21:19:13 2018 +0200 |
tree | ad111932cd38d2914c866d4b45c3d84585fc81e1 | |
parent | 6f8d2ac6f1f8a4b971a4c9b27f9250288198f3bb [diff] [blame] |
patch 8.1.0211: expanding a file name "~" results in $HOME Problem: Expanding a file name "~" results in $HOME. (Aidan Shafran) Solution: Change "~" to "./~" before expanding. (closes #3072)
diff --git a/src/version.c b/src/version.c index 456dc12..24753d1 100644 --- a/src/version.c +++ b/src/version.c
@@ -794,6 +794,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 211, +/**/ 210, /**/ 209,