Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Darglist.c206 buflist_add(fname, BLN_LISTED | (set_fnum == 2 ? BLN_CURBUF : 0)); in alist_add()
370 int flags = BLN_LISTED | (will_edit ? BLN_CURBUF : 0); in alist_add_list()
H A Dvim.h951 #define BLN_CURBUF 1 // may re-use curbuf for new buffer macro
H A Dbuffer.c1119 buf = buflist_new(NULL, NULL, 1L, BLN_CURBUF | BLN_LISTED); in handle_swap_exists()
2036 if ((flags & BLN_CURBUF) && curbuf_reusable()) in buflist_new()
H A Dif_mzsch.c2143 num = buflist_add(BYTE_STRING_VALUE(fname), BLN_LISTED | BLN_CURBUF); in mzscheme_open_buffer()
H A Dex_cmds.c2688 BLN_CURBUF | ((flags & ECMD_SET_HELP) ? 0 : BLN_LISTED)); in do_ecmd()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt25299 Solution: Add the BLN_CURBUF flag and fix all the side effects. (Christian