]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(filetype): Modula-2 files with priority not detected (#14055)
authordkearns <dougkearns@gmail.com>
Mon, 19 Feb 2024 19:58:30 +0000 (06:58 +1100)
committerGitHub <noreply@github.com>
Mon, 19 Feb 2024 19:58:30 +0000 (20:58 +0100)
commitef387c062bb1966187d3f307d697d80162051a0d
tree8743a85496d9ec2222aff0b5814be8a7e6c7b614
parent72a1f45e9324f7e3b668b25cb18d2499df94720e
runtime(filetype): Modula-2 files with priority not detected (#14055)

Problem:  Modula-2 files with a specified priority are not detected.
Solution: Match the priority syntax in module header lines when
          performing heuristic content detection.

Disable the :defcompile debug line.  This was accidentally left enabled
in commit 68a8947.

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/autoload/dist/ft.vim
src/testdir/test_filetype.vim