summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-04-16 19:58:22 +0200
committerBram Moolenaar <Bram@vim.org>2021-04-16 19:58:22 +0200
commit635bd60804966803490287e97460ecdc91d5fe0a (patch)
treefe8e75ace9e40b0e06f394e689296afe2b6042a7 /src/version.c
parentaa1959bd5e82350bb4a82d9a5188c29d70706ec4 (diff)
downloadvim-git-635bd60804966803490287e97460ecdc91d5fe0a.tar.gz
patch 8.2.2772: problems when restoring 'runtimepath' from a session filev8.2.2772
Problem: Problems when restoring 'runtimepath' from a session file. Solution: Add the "skiprtp" item in 'sessionoptions'.
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 44cf5ffd0..4bc84232d 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 */
/**/
+ 2772,
+/**/
2771,
/**/
2770,