0
0
mirror of https://github.com/vim/vim.git synced 2025-11-12 22:44:34 -05:00

patch 8.0.0650: for extra help files the filetype is set more than once

Problem:    For extra help files the filetype is set more than once.
Solution:   In *.txt files check that there is no help file modline.
This commit is contained in:
Bram Moolenaar
2017-06-22 14:47:22 +02:00
parent 9049298f8d
commit 868831f122
2 changed files with 10 additions and 2 deletions

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
650,
/**/
649,
/**/