From 0b70aeb49d6dfd1879162f202150cb1ed5f024ad Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 6 May 2023 21:21:52 +0100 Subject: patch 9.0.1519: global 'filetype' is set when detected from file content Problem: Global 'filetype' is set when it is detected from the file content. Solution: Set the local 'filetype' option value. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/version.c b/src/version.c index cf3532434..2aa0ef718 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1519, /**/ 1518, /**/ -- cgit v1.2.1