mirror of
https://github.com/vim/vim.git
synced 2025-10-08 06:04:08 -04:00
Problem: comment plugin does not support case-insensitive 'commentstring' (char101) Solution: Use pattern '\c' to make the regex case-insensitive (Maxim Kim) fixes: #17184 closes: #17186 Signed-off-by: Maxim Kim <habamax@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>