summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-05-06 21:21:52 +0100
committerBram Moolenaar <Bram@vim.org>2023-05-06 21:21:52 +0100
commit0b70aeb49d6dfd1879162f202150cb1ed5f024ad (patch)
tree1c6001599938483cc3acd7362038631ae6f58218 /src
parent34a6a3617b5b6ce11372439f14762caddc4b0cea (diff)
downloadvim-git-0b70aeb49d6dfd1879162f202150cb1ed5f024ad.tar.gz
patch 9.0.1519: global 'filetype' is set when detected from file contentv9.0.1519
Problem: Global 'filetype' is set when it is detected from the file content. Solution: Set the local 'filetype' option value.
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index cf3532434..2aa0ef718 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1519,
+/**/
1518,
/**/
1517,