mirror of
https://github.com/neovim/neovim.git
synced 2026-01-17 18:48:24 +10:00
Problem: // in JavaScript string recognized as comment.
Solution: Only check for linecomment if 'cindent' is set. (closes vim/vim#10151)
1655619717