summaryrefslogtreecommitdiffstats
path: root/src/proto/insexpand.pro
diff options
context:
space:
mode:
authorglepnir <glephunter@gmail.com>2024-06-11 19:37:04 +0200
committerChristian Brabandt <cb@256bit.org>2024-06-11 19:40:50 +0200
commit40c1c3317d92f8c2adadf744fab72e4458e2a9fa (patch)
tree3eb4d44aa173b966201f28f9f2d9b8155eee00f3 /src/proto/insexpand.pro
parent059cbe8933550e4f2b10ab564fb4398e95280198 (diff)
patch 9.1.0476: Cannot see matched text in popup menuv9.1.0476
Problem: Cannot see matched text in popup menu Solution: Introduce 2 new highlighting groups: PmenuMatch and PmenuMatchSel (glepnir) ping @habamax, @neutaaaaan @romainl because vim/colorschemes may need some updates, @lifepillar for updating vim-colortemplate closes: #14694 Signed-off-by: glepnir <glephunter@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/proto/insexpand.pro')
-rw-r--r--src/proto/insexpand.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/insexpand.pro b/src/proto/insexpand.pro
index 6b34c0fe15..dbd5ef7efa 100644
--- a/src/proto/insexpand.pro
+++ b/src/proto/insexpand.pro
@@ -30,6 +30,7 @@ int ins_compl_long_shown_match(void);
unsigned int get_cot_flags(void);
int pum_wanted(void);
void ins_compl_show_pum(void);
+char_u *ins_compl_leader(void);
char_u *find_word_start(char_u *ptr);
char_u *find_word_end(char_u *ptr);
void ins_compl_clear(void);