commit | 6e5a9f948221b52caaaf106079cb3430c4dd7c77 | [log] [tgz] |
---|---|---|
author | Federico Mengozzi <19249682+fedemengo@users.noreply.github.com> | Mon Apr 17 22:31:38 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 17 22:31:38 2023 +0100 |
tree | e22fbc7d41e12e87de97afdaff9dc24f34f04ad5 | |
parent | 4c42c7eef43ff0f58fa574f7a900c8a3313f372e [diff] [blame] |
patch 9.0.1464: strace filetype detection is expensive Problem: Strace filetype detection is expensive. Solution: Match with a cheap pattern first. (Federico Mengozzi, closes #12220)
diff --git a/src/version.c b/src/version.c index 6c8d76e..c050afe 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1464, +/**/ 1463, /**/ 1462,