summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-06-22 14:16:31 +0200
committerBram Moolenaar <Bram@vim.org>2017-06-22 14:16:31 +0200
commit9049298f8d0bbc237b7c666c7ad6cdabe738e8fc (patch)
treef5a3b4182582beb7047ec7be20f2b550f888976b /src/version.c
parentfadacf01d0dbcc7a96ef5eee0ad57956eeab04d7 (diff)
downloadvim-git-8.0.0649.tar.gz
patch 8.0.0649: when opening a help file the filetype is set several timesv8.0.0649
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.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index b221ce259..47e1da5ec 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 649,
+/**/
648,
/**/
647,