• R/O
  • SSH

vim: Commit

Mirror of the Vim source from https://github.com/vim/vim


Commit MetaInfo

Revisiona0c01df852e1d183c879ee114b35b2b5b0d06746 (tree)
Time2008-05-29 00:32:20
Authorvimboss
Commitervimboss

Log Message

updated for version 7.1-300

Change Summary

Incremental Difference

diff -r fe7db192c7cc -r a0c01df852e1 runtime/filetype.vim
--- a/runtime/filetype.vim Wed May 28 14:49:58 2008 +0000
+++ b/runtime/filetype.vim Wed May 28 15:32:20 2008 +0000
@@ -190,7 +190,7 @@
190190 let head = " ".getline(1)." ".getline(2)." ".getline(3)." ".getline(4).
191191 \" ".getline(5)." "
192192 if head =~ '\sasmsyntax=\S\+\s'
193- let b:asmsyntax = substitute(head, '.*\sasmsyntax=\(\S\+\)\s.*','\1', "")
193+ let b:asmsyntax = substitute(head, '.*\sasmsyntax=\([a-zA-Z0-9]\+\)\s.*','\1', "")
194194 elseif ((head =~? '\.title') || (head =~? '\.ident') || (head =~? '\.macro') || (head =~? '\.subtitle') || (head =~? '\.library'))
195195 let b:asmsyntax = "vmasm"
196196 endif
diff -r fe7db192c7cc -r a0c01df852e1 src/version.c
--- a/src/version.c Wed May 28 14:49:58 2008 +0000
+++ b/src/version.c Wed May 28 15:32:20 2008 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 300,
671+/**/
670672 299,
671673 /**/
672674 298,
Show on old repository browser