]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(rst): Add support for rst_minlines
authorDragan Simic <dsimic@manjaro.org>
Mon, 13 Oct 2025 18:25:57 +0000 (18:25 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 13 Oct 2025 18:26:54 +0000 (18:26 +0000)
commit310082f3cfab92a28a635b0dc2a972c7f1fa5b92
tree6024fc606796c72113a9a97b93e3ead43c439e1b
parent0940465866486db47baa1fe85ebefb6e6fe54612
runtime(rst): Add support for rst_minlines

Following the approach used in other syntax definitions, add support for
defining the "syntax sync minlines=..." values for rst files in the
users' ~/.vimrc files, to allow the users to adjust that value in case
syntax highlighting stops working for some of the files they edit.

related: #18566

Signed-off-by: Dragan Simic <dsimic@manjaro.org>
Signed-off-by: Marshall Ward <marshall.ward@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/syntax.txt
runtime/syntax/rst.vim