comparison src/highlight.c @ 17482:6cf077f59152 v8.1.1739

patch 8.1.1739: deleted match highlighting not updated in other window commit https://github.com/vim/vim/commit/06029a857a3d4d90b3162090506c1e00dc84c60b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 24 14:25:26 2019 +0200 patch 8.1.1739: deleted match highlighting not updated in other window Problem: Deleted match highlighting not updated in other window. Solution: Mark the window for refresh. (closes https://github.com/vim/vim/issues/4720) Also fix that ambi-width check clears with wrong attributes.
author Bram Moolenaar <Bram@vim.org>
date Wed, 24 Jul 2019 14:30:08 +0200
parents f8c197962c1e
children bdf277d2d14c
comparison
equal deleted inserted replaced
17481:0cd89bb4dfa8 17482:6cf077f59152
3910 wp->w_buffer->b_mod_xlines = 0; 3910 wp->w_buffer->b_mod_xlines = 0;
3911 } 3911 }
3912 rtype = VALID; 3912 rtype = VALID;
3913 } 3913 }
3914 vim_free(cur); 3914 vim_free(cur);
3915 redraw_later(rtype); 3915 redraw_win_later(wp, rtype);
3916 return 0; 3916 return 0;
3917 } 3917 }
3918 3918
3919 /* 3919 /*
3920 * Delete all matches in the match list of window 'wp'. 3920 * Delete all matches in the match list of window 'wp'.