mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -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>