mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
lint
This commit is contained in:
parent
60f1acd0ef
commit
2996179482
@ -2883,7 +2883,7 @@ close_others (
|
||||
if (!r) {
|
||||
if (message && (p_confirm || cmdmod.confirm) && p_write) {
|
||||
dialog_changed(wp->w_buffer, false);
|
||||
if (!win_valid(wp)) { /* autocommands messed wp up */
|
||||
if (!win_valid(wp)) { // autocommands messed wp up
|
||||
nextwp = firstwin;
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user