]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0634: Ctrl-P not working by default v9.1.0634
authorChristian Brabandt <cb@256bit.org>
Sun, 28 Jul 2024 19:16:48 +0000 (21:16 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 28 Jul 2024 19:16:48 +0000 (21:16 +0200)
commit13032a49b7d2a45e7c774cf23ee8f58f56b03781
tree2c78bc887508a67ed1d1ba9fe050bf0f06e3b528
parent0268ff3af3d598e18454a3ce1c510f411427b6c0
patch 9.1.0634: Ctrl-P not working by default

Problem:  Ctrl-P not working by default
          (Jesse Pavel, after v9.1.0598)
Solution: Revert part of v9.1.0598 and set cur_match_pos
          correctly according to compl_dir_forward()

fixes: #15370
closes: #15379

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