Home
last modified time | relevance | path

Searched refs:SWB_VSPLIT (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Doption.h950 #define SWB_VSPLIT 0x010 macro
H A Dbuffer.c2430 if (wp == NULL && (swb_flags & (SWB_VSPLIT | SWB_SPLIT | SWB_NEWTAB)) in buflist_getfile()
2435 else if (win_split(0, (swb_flags & SWB_VSPLIT) ? WSP_VERT : 0) in buflist_getfile()