Home
last modified time | relevance | path

Searched refs:wipe_buf (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dbuffer.c508 int wipe_buf = (action == DOBUF_WIPE || action == DOBUF_WIPE_REUSE); in close_buffer() local
509 int del_buf = (action == DOBUF_DEL || wipe_buf); in close_buffer()
525 wipe_buf = TRUE; in close_buffer()
536 if (wipe_buf || unload_buf) in close_buffer()
561 wipe_buf = TRUE; in close_buffer()
569 if ((del_buf || wipe_buf) && !can_unload_buffer(buf)) in close_buffer()
680 + (wipe_buf ? BFA_WIPE : 0) in close_buffer()
711 if (wipe_buf) in close_buffer()
/vim-8.2.3635/src/testdir/
H A Dtest_channel.vim1362 exe g:wipe_buf 'bw!'
1372 let g:wipe_buf = bufnr('')
1382 unlet g:wipe_buf