comparison src/option.h @ 24464:a56f9c2ba51c v8.2.2772

patch 8.2.2772: problems when restoring 'runtimepath' from a session file Commit: https://github.com/vim/vim/commit/635bd60804966803490287e97460ecdc91d5fe0a Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 16 19:58:22 2021 +0200 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'.
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Apr 2021 20:00:05 +0200
parents 9257f3980f4a
children 7da496081b91
comparison
equal deleted inserted replaced
24463:754a22f6d5bc 24464:a56f9c2ba51c
862 # define SSOP_CURDIR 0x1000 862 # define SSOP_CURDIR 0x1000
863 # define SSOP_FOLDS 0x2000 863 # define SSOP_FOLDS 0x2000
864 # define SSOP_CURSOR 0x4000 864 # define SSOP_CURSOR 0x4000
865 # define SSOP_TABPAGES 0x8000 865 # define SSOP_TABPAGES 0x8000
866 # define SSOP_TERMINAL 0x10000 866 # define SSOP_TERMINAL 0x10000
867 # define SSOP_SKIP_RTP 0x20000
867 #endif 868 #endif
868 EXTERN char_u *p_sh; // 'shell' 869 EXTERN char_u *p_sh; // 'shell'
869 EXTERN char_u *p_shcf; // 'shellcmdflag' 870 EXTERN char_u *p_shcf; // 'shellcmdflag'
870 #ifdef FEAT_QUICKFIX 871 #ifdef FEAT_QUICKFIX
871 EXTERN char_u *p_sp; // 'shellpipe' 872 EXTERN char_u *p_sp; // 'shellpipe'