Searched refs:wipe_buf (Results 1 – 2 of 2) sorted by relevance
508 int wipe_buf = (action == DOBUF_WIPE || action == DOBUF_WIPE_REUSE); in close_buffer() local509 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()
1362 exe g:wipe_buf 'bw!'1372 let g:wipe_buf = bufnr('')1382 unlet g:wipe_buf