Home
last modified time | relevance | path

Searched refs:SSOP_TABPAGES (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dsession.c639 if ((ssop_flags & SSOP_TABPAGES) in makeopens()
721 if ((ssop_flags & SSOP_TABPAGES)) in makeopens()
739 if ((ssop_flags & SSOP_TABPAGES)) in makeopens()
893 if (!(ssop_flags & SSOP_TABPAGES)) in makeopens()
897 if (ssop_flags & SSOP_TABPAGES) in makeopens()
1084 |SSOP_HELP|SSOP_OPTIONS|SSOP_WINSIZE|SSOP_TABPAGES); in write_session_file()
H A Doption.h873 # define SSOP_TABPAGES 0x8000 macro
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt4843 Solution: Add SSOP_TABPAGES to the session flags. (Matias D'Ambrosio)