mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 7.4.1557
Problem: Windows cannot be identified. Solution: Add a unique window number to each window and functions to use it.
This commit is contained in:
@@ -2273,6 +2273,8 @@ struct matchitem
|
||||
*/
|
||||
struct window_S
|
||||
{
|
||||
int w_id; /* unique window ID */
|
||||
|
||||
buf_T *w_buffer; /* buffer we are a window into (used
|
||||
often, keep it the first item!) */
|
||||
|
||||
|
Reference in New Issue
Block a user