commit | cdb7b4c50826df254d2e5ba8abd211e49b7a9784 | [log] [tgz] |
---|---|---|
author | ObserverOfTime <chronobserver@disroot.org> | Wed Jun 07 18:27:01 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 07 18:27:01 2023 +0100 |
tree | f33abdab74324929d18e14cf9bb4dbd4879db505 | |
parent | 59f7038536a370d771758dc34036cc1424be7421 [diff] [blame] |
patch 9.0.1615: URL shortcut files are not recognized Problem: URL shortcut files are not recognized. Solution: Add a pattern for URL shortcut files. (closes #12474)
diff --git a/src/version.c b/src/version.c index b20685a..4e94e4b 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1615, +/**/ 1614, /**/ 1613,