]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(filetype): Fix Prolog file detection regex
authorigna_martinoli <ignamartinoli@protonmail.com>
Fri, 12 Jul 2024 05:32:21 +0000 (07:32 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 12 Jul 2024 05:33:32 +0000 (07:33 +0200)
commit7347642633eb2de23a78c51a4388c9080440eec4
treed1220e28d2b6da8ba99fe8e8d07c54d49ae761f7
parent1ee7420460768df67ea4bc73467f2d4f8b1555bd
runtime(filetype): Fix Prolog file detection regex

Problem: filetype: .pro file detection for Prolog is broken
Solution: fixed the regex to only match on the tested
          cases (igna_martinoli)

fixes: #10835
closes: #15206

Signed-off-by: igna_martinoli <ignamartinoli@protonmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/autoload/dist/ft.vim