commit | 13e904199c2af6aac9b289a7f520d8e16f6e478a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 11 18:16:48 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 11 18:16:48 2017 +0100 |
tree | 0c1b860753be379999ff135050a4454e03c530e9 | |
parent | ae147ab2d7649e7a0bcf11b9f3db1900c1a4d594 [diff] [blame] |
patch 8.0.1289: mkview always includes the local directory Problem: Mkview always includes the local directory. Solution: Add the "curdir" value in 'viewoptions'. (Eric Roberts, closes #2316)
diff --git a/src/version.c b/src/version.c index ee19745..41bfa74 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1289, +/**/ 1288, /**/ 1287,