commit | 1f435dafff2452e0b55d1ca457ce7402e526e92a | [log] [tgz] |
---|---|---|
author | jvoisin <julien.voisin@dustri.org> | Mon Apr 25 17:40:56 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 25 17:40:56 2022 +0100 |
tree | 35d92c9af79bb931d7007a6c033e7c04ae1d298b | |
parent | 09661203ecefbee6a6f09438afcff1843e9dbfb4 [diff] [blame] |
patch 8.2.4826: .cshtml files are not recognized Problem: .cshtml files are not recognized. Solution: Use html filetype for .cshtml files. (Julien Voisin, closes #10212)
diff --git a/src/version.c b/src/version.c index daca23c..8017f83 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4826, +/**/ 4825, /**/ 4824,