]> git.feebdaed.xyz Git - 0xmirror/vim.git/commit
patch 9.1.1924: 'commentstring' requires +folding feature
authorDoug Kearns <dougkearns@gmail.com>
Thu, 20 Nov 2025 21:16:48 +0000 (21:16 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 20 Nov 2025 21:16:48 +0000 (21:16 +0000)
commita08030c9f729a133da552b5658e5b59c54581c79
treebdd49ea475983bde469ec9cf6905d707fd958201
parent2447131e00c40dbc4726308c937a5437668493c6
patch 9.1.1924: 'commentstring' requires +folding feature

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: #18731

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/options.txt
runtime/doc/version9.txt
runtime/optwin.vim
src/buffer.c
src/errors.h
src/option.c
src/option.h
src/optiondefs.h
src/optionstr.c
src/structs.h
src/version.c