Raimondi / delimitMate

Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
http://www.vim.org/scripts/script.php?script_id=2754
1.98k stars 117 forks source link

expand_cr causing newlines when completing in coq.nvim #299

Open ppebb opened 2 years ago

ppebb commented 2 years ago

With the delimitMate_expand_cr option set, a newline is inserted while in the completion menu of coq. The completion goes through and the cursor stays on the correct line when pressing enter (the completion key for coq), but then a newline appears beneath the cursor's line.