commit | 635bd60804966803490287e97460ecdc91d5fe0a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 16 19:58:22 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 16 19:58:22 2021 +0200 |
tree | fe8e75ace9e40b0e06f394e689296afe2b6042a7 | |
parent | aa1959bd5e82350bb4a82d9a5188c29d70706ec4 [diff] [blame] |
patch 8.2.2772: problems when restoring 'runtimepath' from a session file Problem: Problems when restoring 'runtimepath' from a session file. Solution: Add the "skiprtp" item in 'sessionoptions'.
diff --git a/src/version.c b/src/version.c index 44cf5ff..4bc8423 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2772, +/**/ 2771, /**/ 2770,