mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
vim-patch:8.0.1525: using :wqa exits even if a job runs in a terminal window
Problem: Using :wqa exits even if a job runs in a terminal window. (Jason
Felice)
Solution: Check if a terminal has a running job. (closes vim/vim#2654)
7a76092a51
This commit is contained in:
@@ -1297,7 +1297,7 @@ bool check_changed(buf_T *buf, int flags)
|
||||
if (flags & CCGD_EXCMD) {
|
||||
no_write_message();
|
||||
} else {
|
||||
no_write_message_nobang();
|
||||
no_write_message_nobang(curbuf);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user