commit | 99af91e5820c78a196c9272cd8ce5aa5be7bf374 | [log] [tgz] |
---|---|---|
author | Leandro Lourenci <2339362+lourenci@users.noreply.github.com> | Sat Jul 09 20:27:07 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 09 20:27:07 2022 +0100 |
tree | 257b1b9f0b09b25ac32d484276c26968e498d0d7 | |
parent | b90818867c089d4987f1a48ee3666674826d6f4b [diff] [blame] |
patch 9.0.0049: csv and tsv files are not recognized Problem: Csv and tsv files are not recognized. Solution: Add patterns fo csv and tsv files. (Leandro Lourenci, closes #10680)
diff --git a/src/version.c b/src/version.c index 21f9199..51e33b4 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 49, +/**/ 48, /**/ 47,