From 9049298f8d0bbc237b7c666c7ad6cdabe738e8fc Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 22 Jun 2017 14:16:31 +0200 Subject: patch 8.0.0649: when opening a help file the filetype is set several times Problem: When opening a help file the filetype is set several times. Solution: When setting the filetype to the same value from a modeline, don't trigger FileType autocommands. Don't set the filetype to "help" when it's already set correctly. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index b221ce259..47e1da5ec 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 649, /**/ 648, /**/ -- cgit v1.2.1