mirror of
https://github.com/vim/vim.git
synced 2025-10-04 05:25:06 -04:00
One more fix for conceal patch.
This commit is contained in:
@@ -1176,7 +1176,6 @@ win_init(newp, oldp, flags)
|
||||
|
||||
newp->w_buffer = oldp->w_buffer;
|
||||
#ifdef FEAT_SYN_HL
|
||||
/* TODO: use reference count? */
|
||||
newp->w_s = &(oldp->w_buffer->b_s);
|
||||
#endif
|
||||
oldp->w_buffer->b_nwindows++;
|
||||
|
Reference in New Issue
Block a user