]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1978: No filetype detection for just files v9.0.1978
authordundargoc <gocdundar@gmail.com>
Wed, 4 Oct 2023 17:52:54 +0000 (19:52 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 4 Oct 2023 17:52:54 +0000 (19:52 +0200)
commit3d90f71b764e67b1eb12fc6a9a4b9e2fca6dc087
treebdc4ec12ce09a7f13972b8ee61ef43b7e1672f7b
parentfe7b20a1a39dc645a6ea7ae925512f9227fd1695
patch 9.0.1978: No filetype detection for just files

Problem:  No filetype detection for just files
Solution: Detect just files (*.just, justfile, etc)

closes: #13271

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: dundargoc <gocdundar@gmail.com>
runtime/filetype.vim
src/testdir/test_filetype.vim
src/version.c