mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.2.4649: various formatting problems
Problem: Various formatting problems. Solution: Improve the code formatting.
This commit is contained in:
@@ -3194,6 +3194,7 @@ qf_jump_edit_buffer(
|
||||
if (qfl_type == QFLT_LOCATION)
|
||||
{
|
||||
win_T *wp = win_id2wp(prev_winid);
|
||||
|
||||
if (wp == NULL && curwin->w_llist != qi)
|
||||
{
|
||||
emsg(_(e_current_window_was_closed));
|
||||
|
Reference in New Issue
Block a user