1
0
forked from aniani/vim

updated for version 7.3.006

Problem:    Can't build some multi-byte code with C89.
Solution:   Move code to after declarations. (Joachim Schmitz)
This commit is contained in:
Bram Moolenaar
2010-09-18 13:36:49 +02:00
parent 217d285fdd
commit 60bb4e1b46
3 changed files with 11 additions and 9 deletions

View File

@@ -4679,7 +4679,7 @@ spell_free_all()
buf_T *buf;
char_u fname[MAXPATHL];
/* Go through all buffers and handle 'spelllang'. */ //<VN>
/* Go through all buffers and handle 'spelllang'. <VN> */
for (buf = firstbuf; buf != NULL; buf = buf->b_next)
ga_clear(&buf->b_s.b_langp);