mirror of
https://github.com/neovim/neovim.git
synced 2025-09-25 20:48:32 +00:00
Updated comments in spell.h/.c to follow the style guide.
This commit is contained in:

committed by
Thiago de Arruda

parent
463d0940e3
commit
1a5505c46b
7118
src/spell.c
7118
src/spell.c
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
#ifndef NEOVIM_SPELL_H
|
#ifndef NEOVIM_SPELL_H
|
||||||
#define NEOVIM_SPELL_H
|
#define NEOVIM_SPELL_H
|
||||||
/* spell.c */
|
|
||||||
int spell_check(win_T *wp, char_u *ptr, hlf_T *attrp, int *capcol,
|
int spell_check(win_T *wp, char_u *ptr, hlf_T *attrp, int *capcol,
|
||||||
int docount);
|
int docount);
|
||||||
int spell_move_to(win_T *wp, int dir, int allwords, int curline,
|
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);
|
void spell_expand_check_cap(colnr_T col);
|
||||||
int expand_spelling(linenr_T lnum, char_u *pat, char_u ***matchp);
|
int expand_spelling(linenr_T lnum, char_u *pat, char_u ***matchp);
|
||||||
|
|
||||||
#endif /* NEOVIM_SPELL_H */
|
#endif // NEOVIM_SPELL_H
|
||||||
|
Reference in New Issue
Block a user