commit | 7554da4033498c4da0af3cde542c3e87e9097b73 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 25 22:04:13 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 25 22:04:13 2016 +0100 |
tree | 2b2840469dade389e038bc94fb0e9c64d25f39fe | |
parent | 031cb743ae154cfb727a9b7787bdcb61202ff1c8 [diff] [blame] |
patch 8.0.0102 Problem: Cannot set 'dictionary' to a path. Solution: Allow for slash and backslash. Add a test (partly by Daisuke Suzuki, closes #1279, closes #1284)
diff --git a/src/version.c b/src/version.c index 449732f..ed6a74e 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 102, +/**/ 101, /**/ 100,