]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1747: completion: redo (.) broken with preinsert and autocompletion v9.1.1747
authorGirish Palya <girishji@gmail.com>
Tue, 9 Sep 2025 19:33:14 +0000 (15:33 -0400)
committerChristian Brabandt <cb@256bit.org>
Tue, 9 Sep 2025 19:33:14 +0000 (15:33 -0400)
commit306a138172c83cebf573b2ef7f56bf94d84429cb
tree72a79d18f855c047a08a90da6f3d6d54d7e1b12f
parent80981e1db93d2ebb4060fa1368fe76e336c1d65b
patch 9.1.1747: completion: redo (.) broken with preinsert and autocompletion

Problem:  completion: redo (.) broken with preinsert and autocompletion
Solution: Make redo (.) work with preinsert and autocompletion
          (Girish Palya)

closes: #18253

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