summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-04-17 21:04:34 +0200
committerBram Moolenaar <Bram@vim.org>2021-04-17 21:04:34 +0200
commitd23b714d8b9ed8e16ef553098acc6da0979e94fc (patch)
treef41d4d0132086a7114369a70cce3ad6d3ebc7292 /src/version.c
parent51e933261b984db014e858d79387a826d2626fb6 (diff)
downloadvim-git-d23b714d8b9ed8e16ef553098acc6da0979e94fc.tar.gz
patch 8.2.2778: problem restoring 'packpath' in sessionv8.2.2778
Problem: Problem restoring 'packpath' in session. Solution: Let "skiprtp" also apply to 'packpath'.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 17afa34a6..83d7e5725 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2778,
+/**/
2777,
/**/
2776,