comparison src/screen.c @ 258:f93df7322443

updated for version 7.0070
author vimboss
date Sat, 23 Apr 2005 20:52:00 +0000
parents 4707450c2b33
children fe16c18c24a7
comparison
equal deleted inserted replaced
257:51a4d1c2a95b 258:f93df7322443
2601 has_syntax = TRUE; 2601 has_syntax = TRUE;
2602 extra_check = TRUE; 2602 extra_check = TRUE;
2603 } 2603 }
2604 } 2604 }
2605 2605
2606 if (wp->w_p_spell && *wp->w_buffer->b_p_spl != NUL) 2606 if (wp->w_p_spell
2607 && *wp->w_buffer->b_p_spl != NUL
2608 && wp->w_buffer->b_langp.ga_len > 0
2609 && *(char **)(wp->w_buffer->b_langp.ga_data) != NULL)
2607 { 2610 {
2608 /* Prepare for spell checking. */ 2611 /* Prepare for spell checking. */
2609 has_spell = TRUE; 2612 has_spell = TRUE;
2610 extra_check = TRUE; 2613 extra_check = TRUE;
2611 } 2614 }