Home
last modified time | relevance | path

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

/vim-8.2.3635/src/VisVim/
H A DCommands.cpp23 static BOOL g_bNewTabs = FALSE; variable
99 g_bNewTabs = GetRegistryInt(hSectionKey, "NewTabs", in SetApplicationObject()
100 g_bNewTabs); in SetApplicationObject()
379 Dlg.m_bNewTabs = g_bNewTabs; in BEGIN_MESSAGE_MAP()
384 g_bNewTabs = Dlg.m_bNewTabs; in BEGIN_MESSAGE_MAP()
397 g_bNewTabs); in BEGIN_MESSAGE_MAP()
549 if (g_bNewTabs) in VimOpenFile()