commit | 19548c6a742d954ecd0b50b0680c37cc6ced7473 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 08 21:27:13 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 08 21:27:13 2023 +0100 |
tree | 0efd88f128a3b88ac0c164dda297ec25a2752cb2 | |
parent | 85ef2df075a189da8b767d7554caaed8077de868 [diff] [blame] |
patch 9.0.1620: Nix files are not recognized from the hashbang line Problem: Nix files are not recognized from the hashbang line. Solution: Add a hashbang check. (issue #12507)
diff --git a/src/version.c b/src/version.c index 90331ed..bad9e54 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1620, +/**/ 1619, /**/ 1618,