Searched refs:quitmore (Results 1 – 3 of 3) sorted by relevance
16 static int quitmore = 0; variable1768 if (quitmore in do_one_cmd()1775 --quitmore; in do_one_cmd()5503 && ARGCOUNT > 1 && !arg_had_last && n > 0 && quitmore == 0) in check_more()5523 quitmore = 2; // next try to quit is allowed in check_more()
6078 Solution: Don't decrement quitmore when executing a function. (Madsen)
14681 Solution: Do not decrement quitmore in an autocommand. (Techlive Zheng)