view src/proto/spellsuggest.pro @ 29585:e357bc89bb95 v9.0.0133

patch 9.0.0133: virtual text after line moves to joined line Commit: https://github.com/vim/vim/commit/e175dc6911948bcd0c854876b534fee62fb95b9f Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 1 22:18:50 2022 +0100 patch 9.0.0133: virtual text after line moves to joined line Problem: Virtual text after line moves to joined line. (Yegappan Lakshmanan) Solution: When joining lines only keep virtual text after the last line.
author Bram Moolenaar <Bram@vim.org>
date Mon, 01 Aug 2022 23:30:03 +0200
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 : */