Searched refs:BLN_NOOPT (Results 1 – 5 of 5) sorted by relevance
955 #define BLN_NOOPT 16 // don't copy options to existing buffer macro
2006 if ((flags & BLN_NOOPT) == 0) in buflist_new()
4191 bufnr = buflist_add(fname, BLN_LISTED | BLN_NOOPT); in handle_drop_command()
2426 buf = buflist_new(bufname, NULL, (linenr_T)0, BLN_NOOPT); in qf_get_fnum()
12407 Solution: Add BLN_NOOPT. Don't call buf_valid() in buf_copy_options().