]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1132: Mark positions wrong after triggering multiline completion v9.1.1132
authorzeertzjq <zeertzjq@outlook.com>
Fri, 21 Feb 2025 19:06:26 +0000 (20:06 +0100)
committerChristian Brabandt <cb@256bit.org>
Fri, 21 Feb 2025 19:06:26 +0000 (20:06 +0100)
commit060e6556e2cd97512cee1f46bc7915768c0f9e21
tree7d5ebc93ea95e065a59a8bf65cac63c45bd26404
parentb79fa3d9c8a08f15267797511d779e33bd33e68e
patch 9.1.1132: Mark positions wrong after triggering multiline completion

Problem:  Mark positions wrong after triggering multiline completion.
Solution: Call deleted_lines_mark() after deleting lines.
          (zeertzjq)

closes: #16687

Co-authored-by: Sean Dewar <6256228+seandewar@users.noreply.github.com>
Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/insexpand.c
src/testdir/test_ins_complete.vim
src/version.c