commit | 8fd2ffc530f8f01afac53903e6ff95867afd94d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 03 15:43:15 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 03 15:43:15 2018 +0100 |
tree | 3d2f214a1486524767c31d68676d58c53c73bcbc | |
parent | 8dce6c54c81f13582617db3127071b3436b8163b [diff] [blame] |
patch 8.0.1457: clojure now supports a shebang line Problem: Clojure now supports a shebang line. Solution: Detect clojure script from the shebang line. (David Burgin, closes #2570)
diff --git a/src/version.c b/src/version.c index bb43796..c73d20f 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1457, +/**/ 1456, /**/ 1455,