Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dbuffer.h39 BLN_NOCURWIN = 128, // buffer is not associated with curwin enumerator
H A Dbuffer.c1681 buflist_setfpos(buf, (flags & BLN_NOCURWIN) ? NULL : curwin, in buflist_new()
H A Dex_cmds.c2431 = buflist_new(ffname, sfname, tlnum, BLN_LISTED | BLN_NOCURWIN); in do_ecmd()
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim.h959 #define BLN_NOCURWIN 128 // buffer is not associated with curwin macro
H A Dex_cmds.c2682 BLN_LISTED | BLN_NOCURWIN); in do_ecmd()
H A Dbuffer.c1999 buflist_setfpos(buf, (flags & BLN_NOCURWIN) ? NULL : curwin, in buflist_new()