Mercurial > vim
view src/proto/spellsuggest.pro @ 22282:5adb97bf0b32 v8.2.1690
patch 8.2.1690: text properties not adjusted for "I" in Visual block mode
Commit: https://github.com/vim/vim/commit/8b51b7f0f17af149a8ce76e805050977857f9e50
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Sep 15 21:34:18 2020 +0200
patch 8.2.1690: text properties not adjusted for "I" in Visual block mode
Problem: Text properties not adjusted for "I" in Visual block mode.
Solution: Call inserted_bytes().
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 15 Sep 2020 21:45:04 +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 : */