mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 15:28:17 +00:00
FOR_ALL_BUFFERS use locally declared buffer pointer
This commit is contained in:
@@ -3571,7 +3571,6 @@ win_free (
|
||||
)
|
||||
{
|
||||
int i;
|
||||
buf_T *buf;
|
||||
wininfo_T *wip;
|
||||
|
||||
handle_unregister_window(wp);
|
||||
@@ -3584,13 +3583,6 @@ win_free (
|
||||
* gui_mch_destroy_scrollbar() may trigger a FocusGained event. */
|
||||
block_autocmds();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
clear_winopt(&wp->w_onebuf_opt);
|
||||
clear_winopt(&wp->w_allbuf_opt);
|
||||
|
||||
|
Reference in New Issue
Block a user