mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
patch 8.2.5154: still mentioning version8, some cosmetic issues
Problem: Still mentioning version8, some cosmetic issues. Solution: Prefer mentioning version9, cosmetic improvements.
This commit is contained in:
@@ -175,7 +175,8 @@ static void sig_winch SIGPROTOARG;
|
||||
#endif
|
||||
#if defined(SIGTSTP)
|
||||
static void sig_tstp SIGPROTOARG;
|
||||
// volatile because it is used in signal handler sig_tstp() and sigcont_handler().
|
||||
// volatile because it is used in signal handler sig_tstp() and
|
||||
// sigcont_handler().
|
||||
static volatile sig_atomic_t in_mch_suspend = FALSE;
|
||||
#endif
|
||||
#if defined(SIGINT)
|
||||
|
Reference in New Issue
Block a user