]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1498: completion: 'complete' funcs behave different to 'omnifunc' v9.1.1498
authorGirish Palya <girishji@gmail.com>
Mon, 30 Jun 2025 18:14:43 +0000 (20:14 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 30 Jun 2025 18:18:14 +0000 (20:18 +0200)
commitfa16c7ab3f219f93b24cf31ac8aafbd6b522d1bf
tree7642f21e846116650067bfbc749673c11c6ed64a
parente92989b07a9ff8ae67400fa1d550a6ceed92f2e0
patch 9.1.1498: completion: 'complete' funcs behave different to 'omnifunc'

Problem:  completion: Functions specified in the 'complete' option did
          not have the leader string removed when called with findstart = 0,
          unlike 'omnifunc' behavior
Solution: update behaviour and make behaviour consistent (Girish Palya)

closes: #17636

Signed-off-by: Girish Palya <girishji@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/insexpand.c
src/testdir/test_ins_complete.vim
src/version.c