commit | c229e54a69468722ca2449e807e90445b7479659 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 08 21:46:56 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 08 21:46:56 2018 +0200 |
tree | b456c037af986e4e663c009ac48a836b31ebcdbf | |
parent | 875cf8789426cc258d85358ea2c86744a5a87b16 [diff] [blame] |
patch 8.1.0172: 'viminfofile' option does not behave like a file name Problem: 'viminfofile' option does not behave like a file name. Solution: Add the P_EXPAND flag. (closes #3178)
diff --git a/src/version.c b/src/version.c index 2821a1b..40f3b46 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 172, +/**/ 171, /**/ 170,