commit | 6a76e84f555da6d9ee57db80143e1e5eb85535ff | [log] [tgz] |
---|---|---|
author | Emilia Zapata <zapata.contact@gmail.com> | Sat Aug 13 13:21:31 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 13 13:21:31 2022 +0100 |
tree | b2669721844ff9e987401e70c0639d0376cd873f | |
parent | b218655d5a485f5b193fb18d7240837d42b89812 [diff] [blame] |
patch 9.0.0197: astro files are not detected Problem: Astro files are not detected. Solution: Add a pattern to match Astro files. (Emilia Zapata, closes #10904)
diff --git a/src/version.c b/src/version.c index 65bbcf7..08dc889 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 197, +/**/ 196, /**/ 195,