]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1389: completion: still some issue when 'isexpand' contains a space v9.1.1389
authorglepnir <glephunter@gmail.com>
Wed, 14 May 2025 18:26:19 +0000 (20:26 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 14 May 2025 18:26:19 +0000 (20:26 +0200)
commit08db2f4f287722d8fcdc00ab6ca9a1b07ec5faaa
treefd892250777012605b7b0569a6ff3deec9c33a6f
parentc6c72d165c90e94eee1d9107d82fb180ed138190
patch 9.1.1389: completion: still some issue when 'isexpand' contains a space

Problem:  Cannot get completion startcol when space is not the first
          trigger character (after v9.1.1383)
Solution: Detect the next comma followed by a space in the option string
          and use in next compare loop (glepnir)

closes: #17311

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