mirror of
https://github.com/neovim/neovim.git
synced 2026-01-18 19:07:02 +00:00
Problem: using f-flag in 'complete' conflicts with Neovims filename
completion (glepnir, after v9.1.1301).
Solution: use upper-case "F" flag for completion functions
(Girish Palya).
fixes: vim/vim#17347
closes: vim/vim#17378
14f6da5ba8
Co-authored-by: Girish Palya <girishji@gmail.com>