commit | 17bb4d4607a95e13e913519af106f1bf8b26c178 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 30 22:45:39 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 30 22:45:39 2020 +0200 |
tree | e66f553142b7237a99404abfdd62ab0c5871b439 | |
parent | 8ec92c977976d9e9225183e36a80e6b0cdbf1f51 [diff] [blame] |
patch 8.2.1776: filetype.vim may be loaded twice Problem: Filetype.vim may be loaded twice. Solution: Do "syntax on" after "filetype on". (Adam Stankiewicz, closes #7049)
diff --git a/src/version.c b/src/version.c index 26285fb..b3014bb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1776, +/**/ 1775, /**/ 1774,