Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
f2e30d0c448b9754d0d4daa901b51fbbf4c30747
/
.
/
src
/
proto
/
spellsuggest.pro
blob: 745d407764f68a126a695171bda7913aa4a0a891 [
file
] [
log
] [
blame
]
/* spellsuggest.c */
int
spell_check_sps
(
void
);
void
spell_suggest
(
int
count
);
void
spell_suggest_list
(
garray_T
*
gap
,
char_u
*
word
,
int
maxcount
,
int
need_cap
,
int
interactive
);
/* vim: set ft=c : */