1
0
forked from aniani/vim

patch 8.2.0873: a .jl file can be sawfish (lisp) or Julia

Problem:    A .jl file can be sawfish (lisp) or Julia.
Solution:   Do not recognize *.jl as lisp, since it might be Julia.
            (closes #6178)
This commit is contained in:
Bram Moolenaar
2020-06-01 14:43:59 +02:00
parent f15c8b6eb3
commit 2891459b81
3 changed files with 7 additions and 4 deletions

View File

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