| Bram Moolenaar | 2d3c0a9 | 2005-03-21 08:27:48 +0000 | [diff] [blame^] | 1 | /* spell.c */ |
| 2 | int spell_check __ARGS((win_T *wp, char_u *ptr, int *attrp)); | ||||
| 3 | char_u *did_set_spelllang __ARGS((buf_T *buf)); | ||||
| 4 | void spell_reload __ARGS((void)); | ||||
| 5 | /* vim: set ft=c : */ | ||||