mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 18:41:48 +00:00
Problem: When expanding omni completion items with newlines (e.g.
`then\n\t\nend`), the end statement gets wrong indentation.
Solution: Add OPENLINE_FORCE_INDENT flag to make open_line() use
second_line_indent directly (glepnir)
closes: vim/vim#16614
5090a1fecb