1
0
forked from aniani/vim

patch 9.0.1057: conflict between supercollider and scala filetype detection

Problem:    Conflict between supercollider and scala filetype detection.
Solution:   Do not check for "Class : Method", it can appear in both
            filetypes. (Chris Kipp, closes #11699)
This commit is contained in:
Chris Kipp
2022-12-14 16:42:15 +00:00
committed by Bram Moolenaar
parent eb53350c02
commit 70ef3f546b
3 changed files with 7 additions and 9 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1057,
/**/
1056,
/**/