mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Updated comments in spell.h/.c to follow the style guide.
This commit is contained in:
parent
463d0940e3
commit
1a5505c46b
7180
src/spell.c
7180
src/spell.c
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
#ifndef NEOVIM_SPELL_H
|
||||
#define NEOVIM_SPELL_H
|
||||
/* spell.c */
|
||||
|
||||
int spell_check(win_T *wp, char_u *ptr, hlf_T *attrp, int *capcol,
|
||||
int docount);
|
||||
int spell_move_to(win_T *wp, int dir, int allwords, int curline,
|
||||
@ -30,4 +30,4 @@ int spell_word_start(int startcol);
|
||||
void spell_expand_check_cap(colnr_T col);
|
||||
int expand_spelling(linenr_T lnum, char_u *pat, char_u ***matchp);
|
||||
|
||||
#endif /* NEOVIM_SPELL_H */
|
||||
#endif // NEOVIM_SPELL_H
|
||||
|
Loading…
Reference in New Issue
Block a user