vim-patch:8.2.4649: various formatting problems

Problem:    Various formatting problems.
Solution:   Improve the code formatting.
b4ad3b0dea
This commit is contained in:
zeertzjq
2022-03-30 18:30:36 +08:00
parent 4ca14b310c
commit 06cf205ace
4 changed files with 7 additions and 5 deletions

View File

@@ -2780,6 +2780,7 @@ static int qf_jump_edit_buffer(qf_info_T *qi, qfline_T *qf_ptr, int forceit, int
// present.
if (qfl_type == QFLT_LOCATION) {
win_T *wp = win_id2wp(prev_winid);
if (wp == NULL && curwin->w_llist != qi) {
emsg(_("E924: Current window was closed"));
*opened_window = false;