commit | 839e81e12d81377f74ffc03f8645ce52cbc18b13 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 19 16:53:39 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 19 16:53:39 2018 +0200 |
tree | 2d01fe4dd88ccd631ca24441ffa6c4825b9b3619 | |
parent | 38654503b04dd5ff4813f81892d9f62db1ff01b9 [diff] [blame] |
patch 8.1.0485: term_start() does not check if directory is accessible Problem: term_start() does not check if directory is accessible. Solution: Add mch_access() call. (Jason Franklin)
diff --git a/src/version.c b/src/version.c index ab54bb3..4ed8adc 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 485, +/**/ 484, /**/ 483,