commit | 58a297b28d2a8127c72bd860c4a7175a5e9c97f3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 30 13:59:29 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 30 13:59:29 2019 +0200 |
tree | 163dddaa6c5d1dccbf1a8494c8d103bdff7225d8 | |
parent | ad5db44c0165b6254199e7af5962b42caf8b857c [diff] [blame] |
patch 8.1.1942: shadow directory gets outdated when files are added Problem: Shadow directory gets outdated when files are added. Solution: Add the "shadowupdate" target and add a few comments.
diff --git a/src/version.c b/src/version.c index e6f7d14..64735b2 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1942, +/**/ 1941, /**/ 1940,