commit | b1b163efd7bb3ca68cce101d4e431559d2944a8e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 16 15:28:10 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 16 15:28:10 2021 +0000 |
tree | b31b1181058410bf9541bdfa143fa62fe7ffdec2 | |
parent | 1be7e215830d6ec9aa6200aac4ef34ac0ae85af5 [diff] [blame] |
patch 8.2.3603: fish filetype not recognized Problem: Fish filetype not recognized. Solution: Add a file pattern and match script line. (Doug Kearns)
diff --git a/src/version.c b/src/version.c index 5d3d2a3..1c8c955 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3603, +/**/ 3602, /**/ 3601,