mirror of
https://github.com/neovim/neovim.git
synced 2026-09-25 23:08:29 +00:00
Problem: 'commentstring' requires the +folding feature but is used in
contexts other than folding.
Solution: Remove the +folding feature guards from 'commentstring' and
make it available in all builds (Doug Kearns).
closes: vim/vim#18731
https://github.com/vim/vim/commit/a08030c9f729a133da552b5658e5b59c54581c79
Co-authored-by: Doug Kearns <dougkearns@gmail.com>