commit | 9de960ace0f017fcfeaf64a2f6492f0f88b11fdb | [log] [tgz] |
---|---|---|
author | Matthias Queitsch <matthias.queitsch@mailbox.org> | Sat Feb 18 12:04:37 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 18 12:04:37 2023 +0000 |
tree | e8c9b7fe8d05a58772d1e2300b79c8ad383d9198 | |
parent | f2017f255ddceaad88a951adc6a2c190d3a18ebf [diff] [blame] |
patch 9.0.1319: PRQL files are not recognized Problem: PRQL files are not recognized. Solution: Add a filetype pattern for PRQL files. (Matthias Queitsch, closes #12018)
diff --git a/src/version.c b/src/version.c index bcd24fa..d6cee20 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1319, +/**/ 1318, /**/ 1317,