Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dbuffer.h36 BLN_NOOPT = 16, // Don't copy options to existing buffer enumerator
H A Dbuffer.c1684 if ((flags & BLN_NOOPT) == 0) { in buflist_new()
H A Dquickfix.c2075 buf = buflist_new(bufname, NULL, (linenr_T)0, BLN_NOOPT); in qf_get_fnum()
/dports/editors/neovim/neovim-0.6.1/src/nvim/api/
H A Dvim.c910 BLN_NOOPT | BLN_NEW | (listed ? BLN_LISTED : 0)); in nvim_create_buf()
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim.h956 #define BLN_NOOPT 16 // don't copy options to existing buffer macro
H A Dbuffer.c2002 if ((flags & BLN_NOOPT) == 0) in buflist_new()
H A Dterminal.c4207 bufnr = buflist_add(fname, BLN_LISTED | BLN_NOOPT); in handle_drop_command()
H A Dquickfix.c2426 buf = buflist_new(bufname, NULL, (linenr_T)0, BLN_NOOPT); in qf_get_fnum()