From: Bram Moolenaar Date: Wed, 28 May 2008 15:32:20 +0000 (+0000) Subject: updated for version 7.1-300 X-Git-Tag: v7.1.300 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6b1a7e182b1e82b8ca80b6413112ed0d7c6065b;p=vim updated for version 7.1-300 --- diff --git a/runtime/filetype.vim b/runtime/filetype.vim index e20a53aed..be0e1cc59 100644 --- a/runtime/filetype.vim +++ b/runtime/filetype.vim @@ -190,7 +190,7 @@ func! s:FTasmsyntax() let head = " ".getline(1)." ".getline(2)." ".getline(3)." ".getline(4). \" ".getline(5)." " if head =~ '\sasmsyntax=\S\+\s' - let b:asmsyntax = substitute(head, '.*\sasmsyntax=\(\S\+\)\s.*','\1', "") + let b:asmsyntax = substitute(head, '.*\sasmsyntax=\([a-zA-Z0-9]\+\)\s.*','\1', "") elseif ((head =~? '\.title') || (head =~? '\.ident') || (head =~? '\.macro') || (head =~? '\.subtitle') || (head =~? '\.library')) let b:asmsyntax = "vmasm" endif diff --git a/src/version.c b/src/version.c index 7b7bdcd03..60fb612ec 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 300, /**/ 299, /**/