]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(pandoc): update YAML metadata block parsing in compiler runtime
authorAlexander Abrosimov <alexander.n.abrosimov@gmail.com>
Thu, 15 May 2025 18:06:29 +0000 (20:06 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 15 May 2025 18:06:29 +0000 (20:06 +0200)
commit1aa68dffbf2a80d143ee0e659289dbbc430606af
tree605ebe59419cfab5094c1972ab5340f4de218875
parent31be82e66d412000f1d964a36bb8a03d40eaaeac
runtime(pandoc): update YAML metadata block parsing in compiler runtime

Previously the incorrect regexp forced title to be a single letter
because of using '+' instead of the '\+' regexp modifier.

closes: #17321

Signed-off-by: Alexander Abrosimov <alexander.n.abrosimov@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/compiler/pandoc.vim