commit | 00aa069db8132851a91cfc5ca7f58ef945c75c73 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 27 20:37:57 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 27 20:37:57 2019 +0200 |
tree | 54e88e9f1c4a981eb265015eabdc2cde2931cc5e | |
parent | 2155a6abaa5d065ad7b580229321860591126f2e [diff] [blame] |
patch 8.1.1218: cannot set a directory for a tab page Problem: Cannot set a directory for a tab page. Solution: Add the tab-local directory. (Yegappan Lakshmanan, closes #4212)
diff --git a/src/version.c b/src/version.c index 4c2620f..25884c3 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1218, +/**/ 1217, /**/ 1216,