0
0
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:
Bram Moolenaar
2010-06-06 17:41:24 +02:00
parent fd29f4628e
commit debe25a2a5
5 changed files with 17 additions and 19 deletions

View File

@@ -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++;