mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.1-300
This commit is contained in:
parent
aebaf89fd4
commit
a6b1a7e182
@ -190,7 +190,7 @@ func! s:FTasmsyntax()
|
|||||||
let head = " ".getline(1)." ".getline(2)." ".getline(3)." ".getline(4).
|
let head = " ".getline(1)." ".getline(2)." ".getline(3)." ".getline(4).
|
||||||
\" ".getline(5)." "
|
\" ".getline(5)." "
|
||||||
if head =~ '\sasmsyntax=\S\+\s'
|
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'))
|
elseif ((head =~? '\.title') || (head =~? '\.ident') || (head =~? '\.macro') || (head =~? '\.subtitle') || (head =~? '\.library'))
|
||||||
let b:asmsyntax = "vmasm"
|
let b:asmsyntax = "vmasm"
|
||||||
endif
|
endif
|
||||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
300,
|
||||||
/**/
|
/**/
|
||||||
299,
|
299,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user