forked from aniani/vim
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>
This commit is contained in:
committed by
Christian Brabandt
parent
45e0704d96
commit
6fbf63de86
@@ -704,6 +704,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
853,
|
||||
/**/
|
||||
852,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user