Home
last modified time | relevance | path

Searched refs:quickfix_busy (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dquickfix.c163 static int quickfix_busy = 0; variable
1959 if (quickfix_busy > 0) in ll_free_all()
2008 quickfix_busy++; in incr_quickfix_busy()
2017 if (--quickfix_busy == 0) in decr_quickfix_busy()
2031 if (quickfix_busy < 0) in decr_quickfix_busy()
2043 if (quickfix_busy != 0) in check_quickfix_busy()
2045 semsg("quickfix_busy not zero on exit: %ld", (long)quickfix_busy); in check_quickfix_busy()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt28823 Solution: Add the quickfix_busy() flag to postpone deleting quickfix lists