Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmisc1.c2203 #ifndef BREAKCHECK_SKIP
2204 # define BREAKCHECK_SKIP 1000 macro
2212 if (++breakcheck_count >= BREAKCHECK_SKIP) in line_breakcheck()
2225 if (++breakcheck_count >= BREAKCHECK_SKIP * 10) in fast_breakcheck()
2238 if (++breakcheck_count >= BREAKCHECK_SKIP * 100) in veryfast_breakcheck()
H A Dos_win32.h66 # define BREAKCHECK_SKIP 1 // call mch_breakcheck() each time, it's fast macro
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt36675 Solution: Increase BREAKCHECK_SKIP. Remove the difference for when built
43664 Solution: Delete BREAKCHECK_SKIP from the Mac header file. (Ben Jackson)