Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
2c9f49b200aab6ac0e66ac8b1e52641d603c1c52
/
.
/
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 : */