]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0251: Filetype test fails v9.1.0251
authorzeertzjq <zeertzjq@outlook.com>
Mon, 1 Apr 2024 12:46:20 +0000 (14:46 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 1 Apr 2024 12:46:20 +0000 (14:46 +0200)
commit8eb7523802cb51984e2202d08a4fbc1a2cd803c7
treee72fb74d077c570a1d2074bfb442c80b39c6ca9a
parentcbb92b5ceb6a8169b6eddceec3837aac02f21e3b
patch 9.1.0251: Filetype test fails

Problem:  Filetype test fails.
Solution: Move detection by name before detection by extension.
          Improve TextChanged test and remove wrong test and fix
          a typo in a comment (zeertzjq).

closes: #14373

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/filetype.vim
src/edit.c
src/testdir/test_autocmd.vim
src/version.c