view src/proto/spell.pro @ 237:73354c21f1e4 v7.0066

updated for version 7.0066
author vimboss
date Fri, 15 Apr 2005 21:13:42 +0000
parents 920a993902e8
children f93df7322443
line wrap: on
line source

/* spell.c */
int spell_check __ARGS((win_T *wp, char_u *line, char_u *ptr, int *attrp));
int spell_move_to __ARGS((int dir, int allwords));
char_u *did_set_spelllang __ARGS((buf_T *buf));
void spell_reload __ARGS((void));
void ex_mkspell __ARGS((exarg_T *eap));
/* vim: set ft=c : */