mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
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>