comparison src/screen.c @ 1504:1b55bbf5c580 v7.1.219

updated for version 7.1-219
author vimboss
date Sat, 12 Jan 2008 15:47:10 +0000
parents a5b3a7fb6a5a
children cc4fe241baa3
comparison
equal deleted inserted replaced
1503:995536cad50e 1504:1b55bbf5c580
3883 3883
3884 syntax_attr = get_syntax_attr((colnr_T)v - 1, 3884 syntax_attr = get_syntax_attr((colnr_T)v - 1,
3885 # ifdef FEAT_SPELL 3885 # ifdef FEAT_SPELL
3886 has_spell ? &can_spell : 3886 has_spell ? &can_spell :
3887 # endif 3887 # endif
3888 NULL); 3888 NULL, FALSE);
3889 3889
3890 if (did_emsg) 3890 if (did_emsg)
3891 { 3891 {
3892 wp->w_buffer->b_syn_error = TRUE; 3892 wp->w_buffer->b_syn_error = TRUE;
3893 has_syntax = FALSE; 3893 has_syntax = FALSE;