commit | e8d4ae0d1153ecb45ebf48030be60640e8800540 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed Feb 01 15:31:23 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 15:31:23 2023 +0000 |
tree | 8e1ceb095935de1da873437d391ef358668769c0 | |
parent | 1b438a8228a415720efb5ca1c0503f5467292e8e [diff] [blame] |
patch 9.0.1272: typo in pattern for filetype detection Problem: Typo in pattern for filetype detection. Solution: Fix the typo. (closes #11924)
diff --git a/src/version.c b/src/version.c index 68c47a3..dc3fad5 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1272, +/**/ 1271, /**/ 1270,