Mercurial > vim
view src/proto/spellsuggest.pro @ 19746:1da2fb80b512 v8.2.0429
patch 8.2.0429: no warning when test checks for option that never exists
Commit: https://github.com/vim/vim/commit/c5a8fdc42dbd304598b2d73db754c7b97665b182
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Mar 22 20:13:39 2020 +0100
patch 8.2.0429: no warning when test checks for option that never exists
Problem: No warning when test checks for option that never exists.
Solution: In tests check that the option can exist.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 22 Mar 2020 20:15:04 +0100 |
parents | 6e53d83e021d |
children |
line wrap: on
line source
/* 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 : */