Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsession.c736 int need_tabnext = FALSE; in makeopens() local
756 need_tabnext = TRUE; in makeopens()
772 if (need_tabnext && put_line(fd, "tabnext") == FAIL) in makeopens()
774 need_tabnext = FALSE; in makeopens()
787 if (need_tabnext && put_line(fd, "tabnext") == FAIL) in makeopens()