mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
commit
2c154216a4
@ -392,7 +392,9 @@ void syntax_start(win_T *wp, linenr_T lnum)
|
|||||||
* Also do this when a change was made, the current state may be invalid
|
* Also do this when a change was made, the current state may be invalid
|
||||||
* then.
|
* then.
|
||||||
*/
|
*/
|
||||||
if (syn_block != wp->w_s || changedtick != syn_buf->b_changedtick) {
|
if (syn_block != wp->w_s
|
||||||
|
|| syn_buf != wp->w_buffer
|
||||||
|
|| changedtick != syn_buf->b_changedtick) {
|
||||||
invalidate_current_state();
|
invalidate_current_state();
|
||||||
syn_buf = wp->w_buffer;
|
syn_buf = wp->w_buffer;
|
||||||
syn_block = wp->w_s;
|
syn_block = wp->w_s;
|
||||||
|
@ -753,7 +753,7 @@ static int included_patches[] = {
|
|||||||
// 1694 NA
|
// 1694 NA
|
||||||
// 1693 NA
|
// 1693 NA
|
||||||
// 1692,
|
// 1692,
|
||||||
// 1691,
|
1691,
|
||||||
// 1690 NA
|
// 1690 NA
|
||||||
// 1689 NA
|
// 1689 NA
|
||||||
// 1688 NA
|
// 1688 NA
|
||||||
|
Loading…
Reference in New Issue
Block a user