]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1769: completion: "preinsert" insert wrong word with 'smartcase' and 'autoc... v9.1.1769
authorGirish Palya <girishji@gmail.com>
Thu, 18 Sep 2025 19:33:26 +0000 (19:33 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 18 Sep 2025 19:33:26 +0000 (19:33 +0000)
commita8f7957d0b5740983f9e48f5695fbeef0b9c76d6
treefb0a321e3df768ca091b2b317bf56e41158bca84
parent57d243e27da804489e256add0398efb9310a4353
patch 9.1.1769: completion: "preinsert" insert wrong word with 'smartcase' and 'autocomplete'

Problem:  completion: "preinsert" insert wrong word with 'smartcase' and
          'autocomplete'
Solution: Add compare completed item with the leader (Girish Palya)

closes: #18313

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