commit | 4ac8e7948cb3e07bc4598ede8b274891d14dfa7c | [log] [tgz] |
---|---|---|
author | Doug Kearns <dougkearns@gmail.com> | Mon Oct 17 13:32:17 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 17 13:32:17 2022 +0100 |
tree | 5ba7c4cfcb8365ef4a42534b3f3bcba98b8fa74b | |
parent | 4913d420e8e8619cff837372bce87683d6fcaa03 [diff] [blame] |
patch 9.0.0779: lsl and lm3 file extensions are not recognized Problem: lsl and lm3 file extensions are not recognized. Solution: Add *.lsl and *.lm3 patterns. (Doug Kearns, closes #11384)
diff --git a/src/version.c b/src/version.c index e6b7ee1..b872e3f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 779, +/**/ 778, /**/ 777,