]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1918: No filetype detection for Authzed filetypes v9.0.1918
authorMatt Polzin <mpolzin@workwithopal.com>
Wed, 20 Sep 2023 18:03:52 +0000 (20:03 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 20 Sep 2023 18:03:52 +0000 (20:03 +0200)
commit5790a54166793554d16f6a85d8824632860b8b37
treec39874660642cee6653ccc1043996ac4f3782218
parentd606fccf6fd716bda43a8e1d11d898f438d28b82
patch 9.0.1918: No filetype detection for Authzed filetypes

Problem:  No filetype detection for Authzed filetypes
Solution: Detect the *.zed file extension as authzed filetype

closes: #13129

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Matt Polzin <mpolzin@workwithopal.com>
runtime/filetype.vim
src/testdir/test_filetype.vim
src/version.c