commit | d23b714d8b9ed8e16ef553098acc6da0979e94fc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 17 21:04:34 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 17 21:04:34 2021 +0200 |
tree | f41d4d0132086a7114369a70cce3ad6d3ebc7292 | |
parent | 51e933261b984db014e858d79387a826d2626fb6 [diff] [blame] |
patch 8.2.2778: problem restoring 'packpath' in session Problem: Problem restoring 'packpath' in session. Solution: Let "skiprtp" also apply to 'packpath'.
diff --git a/src/version.c b/src/version.c index 17afa34..83d7e57 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2778, +/**/ 2777, /**/ 2776,