mirror of
https://github.com/vim/vim.git
synced 2025-11-16 23:24:03 -05:00
patch 9.1.1775: filetype: Mamba configuration files are not recognized
Problem: filetype: Mamba configuration files are not recognized Solution: Detect .mambarc and mambarc as yaml filetype (Samuel Huang). References: - https://mamba.readthedocs.io/en/latest/user_guide/configuration.html closes: #18338 Signed-off-by: Samuel Huang <hi@sgh.ng> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
4150283b83
commit
21a21eafec
@@ -724,6 +724,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1775,
|
||||
/**/
|
||||
1774,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user