commit | 100f5c90f4d4fb40bc3aeabc35192db371f5988f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 06 21:33:52 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 06 21:33:52 2016 +0200 |
tree | 2a659ab8fb45bfb406ed36c2a9a8197b2f183c7b | |
parent | 7947312871e7d01cdba058199904c212ec32f1c0 [diff] [blame] |
patch 7.4.2339 Problem: Tab page test fails when run as fake root. Solution: Check 'buftype' instead of 'filetype'. (James McCoy, closes #1042)
diff --git a/src/version.c b/src/version.c index 79628cb..9214ce7 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2339, +/**/ 2338, /**/ 2337,