commit | 0eec8519424eaea7baebfda979c33dd609a4e3fa | [log] [tgz] |
---|---|---|
author | Christian Clason <christian.clason@uni-due.de> | Wed Aug 04 17:03:59 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 04 17:03:59 2021 +0200 |
tree | 43b4918ac18f8db9f4acbf5bfa6c4430a93fcc9b | |
parent | 41a3485dd638a09e4c463b1a1da231f4290454f2 [diff] [blame] |
patch 8.2.3283: Julia filetype is not recognized Problem: Julia filetype is not recognized Solution: Add filetype detection. (Christian Clason, closes #8700)
diff --git a/src/version.c b/src/version.c index 1cddd15..35bb391 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3283, +/**/ 3282, /**/ 3281,