commit | 2891459b81a21dbd2802ef1ae106c6680f085899 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 01 14:43:59 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 01 14:43:59 2020 +0200 |
tree | b2e1aa33f595db8878d0114058b9e2eb4e0ebea0 | |
parent | f15c8b6eb32fcfea88fd9ca42ef87bbee2c8fe2b [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index ec8cda7..df36408 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 873, +/**/ 872, /**/ 871,