comparison src/spell.c @ 977:316dad0565b8 v7.0.103

updated for version 7.0-103
author vimboss
date Thu, 14 Sep 2006 08:48:14 +0000
parents f88008797313
children c94bbf85eb16
comparison
equal deleted inserted replaced
976:727ab557c58a 977:316dad0565b8
9249 int bad; 9249 int bad;
9250 int idx; /* "zG" and "zW": zero, otherwise index in 9250 int idx; /* "zG" and "zW": zero, otherwise index in
9251 'spellfile' */ 9251 'spellfile' */
9252 int undo; /* TRUE for "zug", "zuG", "zuw" and "zuW" */ 9252 int undo; /* TRUE for "zug", "zuG", "zuw" and "zuW" */
9253 { 9253 {
9254 FILE *fd; 9254 FILE *fd = NULL;
9255 buf_T *buf = NULL; 9255 buf_T *buf = NULL;
9256 int new_spf = FALSE; 9256 int new_spf = FALSE;
9257 char_u *fname; 9257 char_u *fname;
9258 char_u fnamebuf[MAXPATHL]; 9258 char_u fnamebuf[MAXPATHL];
9259 char_u line[MAXWLEN * 2]; 9259 char_u line[MAXWLEN * 2];