Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h1020 #define DOBUF_MOD 3 // "count" mod. buffer from current buffer macro
H A Dbuffer.c1246 if (start == DOBUF_MOD) // find next modified buffer in do_buffer_ext()
H A Dex_docmd.c5333 goto_buffer(eap, DOBUF_MOD, FORWARD, (int)eap->line2); in ex_bmodified()