mirror of
https://github.com/zoriya/vim.git
synced 2026-06-05 21:00:21 +00:00
e90858d022
Problem: The return value of mode() does not indicate that completion is
active in Replace and Insert mode. (Zhen-Huan (Kenny) Hu)
Solution: Add "c" or "x" for two kinds of completion. (Yegappan Lakshmanan,
closes #1397) Test some more modes.