commit | 44aaf5416e0121500dd52b7cab306d7618b4fe53 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 22 19:15:31 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 22 19:15:31 2020 +0200 |
tree | ca98a682cba3a6604ea1ac095b0b83ff4088b4db | |
parent | 971caf53b81b7d1b6fb0bdf32990632975d54631 [diff] [blame] |
patch 8.2.1725: not all Pascal files are recognized Problem: Not all Pascal files are recognized. Solution: Add filetype patterns. (Doug Kearns)
diff --git a/src/version.c b/src/version.c index 5f1767b..ca91b2b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1725, +/**/ 1724, /**/ 1723,