Searched refs:DIFF_CLOSE_OFF (Results 1 – 1 of 1) sorted by relevance
38 #define DIFF_CLOSE_OFF 0x400 // diffoff when closing window macro41 static int diff_flags = DIFF_INTERNAL | DIFF_FILLER | DIFF_CLOSE_OFF;2278 diff_flags_new |= DIFF_CLOSE_OFF; in diffopt_changed()2378 return (diff_flags & DIFF_CLOSE_OFF) != 0; in diffopt_closeoff()