]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1779: completion: 'autocomplete' cannot be enabled per buffer v9.1.1779
authorGirish Palya <girishji@gmail.com>
Sat, 20 Sep 2025 14:54:27 +0000 (14:54 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 20 Sep 2025 14:54:27 +0000 (14:54 +0000)
commit0208b3e80a080740ff77a5661d0f65090e317d90
tree06c2aede1cca02f0005b854c6015e89e543efa6c
parent2f3b7ea19a476a7637b6ad2c43e3a33755b1178b
patch 9.1.1779: completion: 'autocomplete' cannot be enabled per buffer

Problem:  completion: 'autocomplete' cannot be enabled per buffer
          (Tomasz N)
Solution: Make 'autocomplete' global or local to buffer (Girish Palya)

fixes: #18320
closes: #18333

Signed-off-by: Girish Palya <girishji@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
12 files changed:
runtime/doc/options.txt
runtime/optwin.vim
src/buffer.c
src/edit.c
src/insexpand.c
src/option.c
src/option.h
src/optiondefs.h
src/proto/insexpand.pro
src/structs.h
src/testdir/test_ins_complete.vim
src/version.c