]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0853: filetype: kubernetes config file not recognized v9.1.0853
authorJonathan Lopez <jonathanglopez@gmail.com>
Mon, 11 Nov 2024 20:03:31 +0000 (21:03 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 11 Nov 2024 20:03:31 +0000 (21:03 +0100)
commit6fbf63de865001dedafc227465e651926cf6f6dc
treebaad1293c1ecad311401be98b20ce7bc5964e101
parent45e0704d9670c10bfaf2bb408d6a5cd639d23835
patch 9.1.0853: filetype: kubernetes config file not recognized

Problem:  filetype: kubernetes config file not recognized
Solution: detect '/.kube/config' file as yaml filetype
          (Jonathan Lopez)

closes: #11076

Signed-off-by: Jonathan Lopez <jonathanglopez@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/filetype.vim
src/testdir/test_filetype.vim
src/version.c