commit | 0b70aeb49d6dfd1879162f202150cb1ed5f024ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 06 21:21:52 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 06 21:21:52 2023 +0100 |
tree | 1c6001599938483cc3acd7362038631ae6f58218 | |
parent | 34a6a3617b5b6ce11372439f14762caddc4b0cea [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index cf35324..2aa0ef7 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1519, +/**/ 1518, /**/ 1517,