commit | 414b79662786762256e756ece8ab4aaecbbf9bd1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 17 22:39:35 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 17 22:39:35 2020 +0100 |
tree | 8f8b49c3aa94bb20e9f306605b8f43bf186a8947 | |
parent | 82f654e092ac5b86316bc1b30c0b07a849813186 [diff] [blame] |
patch 8.2.0272: ":helptags ALL" gives error for some directories Problem: ":helptags ALL" gives error for directories without write permission. (Matěj Cepl) Solution: Ignore errors for ":helptags ALL". (Ken Takata, closes #5026, closes #5652)
diff --git a/src/version.c b/src/version.c index ad70c4d..1008eaf 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 272, +/**/ 271, /**/ 270,