Home
last modified time | relevance | path

Searched refs:DOBUF_WIPE_REUSE (Results 1 – 3 of 3) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Dbuffer.c506 int wipe_buf = (action == DOBUF_WIPE || action == DOBUF_WIPE_REUSE); in close_buffer()
711 if (action == DOBUF_WIPE_REUSE) in close_buffer()
1236 || action == DOBUF_WIPE || action == DOBUF_WIPE_REUSE); in do_buffer_ext()
1345 if (action != DOBUF_WIPE && action != DOBUF_WIPE_REUSE in do_buffer_ext()
1648 command == DOBUF_WIPE || command == DOBUF_WIPE_REUSE, in do_bufdel()
1705 || action == DOBUF_WIPE || action == DOBUF_WIPE_REUSE); in set_curbuf()
H A Dvim.h1015 #define DOBUF_WIPE_REUSE 5 // like DOBUF_WIPE an keep number for reuse macro
H A Dwindow.c5220 win_close_buffer(win, DOBUF_WIPE_REUSE, FALSE); in win_free_popup()