From: Bram Moolenaar Date: Mon, 25 Aug 2008 03:04:18 +0000 (+0000) Subject: updated for version 7.2-006 X-Git-Tag: v7.2.006 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12b87e55bad8a9fb51b48dcf6e0287a5b62450b3;p=vim updated for version 7.2-006 --- diff --git a/runtime/scripts.vim b/runtime/scripts.vim index 62ea472d4..d20ab09ad 100644 --- a/runtime/scripts.vim +++ b/runtime/scripts.vim @@ -234,6 +234,10 @@ else elseif s:line1 =~ '\' + set ft=html + " PDF elseif s:line1 =~ '^%PDF-' set ft=pdf diff --git a/src/version.c b/src/version.c index cf3c6ed96..dc8fab6ec 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 6, /**/ 5, /**/