mirror of
https://github.com/neovim/neovim.git
synced 2026-01-22 21:23:12 +10:00
Problem: Bogus error when string used after :elseif.
Solution: Do not consider a double quote the start of a comment.
(closes vim/vim#11534)
28c56d5013
Co-authored-by: Bram Moolenaar <Bram@vim.org>