Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h955 #define BLN_NOOPT 16 // don't copy options to existing buffer macro
H A Dbuffer.c2006 if ((flags & BLN_NOOPT) == 0) in buflist_new()
H A Dterminal.c4191 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()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt12407 Solution: Add BLN_NOOPT. Don't call buf_valid() in buf_copy_options().