1
0
forked from aniani/vim

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'.
This commit is contained in:
Bram Moolenaar
2021-04-16 19:58:22 +02:00
parent aa1959bd5e
commit 635bd60804
8 changed files with 46 additions and 3 deletions

View File

@@ -864,6 +864,7 @@ EXTERN unsigned ssop_flags;
# define SSOP_CURSOR 0x4000
# define SSOP_TABPAGES 0x8000
# define SSOP_TERMINAL 0x10000
# define SSOP_SKIP_RTP 0x20000
#endif
EXTERN char_u *p_sh; // 'shell'
EXTERN char_u *p_shcf; // 'shellcmdflag'