fix automake comments

This commit is contained in:
Martin Grenfell 2008-10-12 22:00:02 +13:00
parent aaf2471da7
commit 68bf65fcd2
2 changed files with 3 additions and 1 deletions

View File

@ -800,6 +800,7 @@ if your face looked like a toaster and a t-rex put together? :(
2.x.x 2.x.x
- add support for newlisp, thanks to Matthew Lee Hinman. - add support for newlisp, thanks to Matthew Lee Hinman.
- fix automake comments, thanks to Elias Pipping
2.2.0 2.2.0
- rewrote the mappings system to be more "standard". - rewrote the mappings system to be more "standard".
@ -1030,6 +1031,7 @@ sgronblo man
François txt2tags François txt2tags
Giacomo Mariani SVNinfo Giacomo Mariani SVNinfo
Matthew Lee Hinman newlisp Matthew Lee Hinman newlisp
Elias Pipping automake
============================================================================== ==============================================================================
9. License *NERDComLicense* 9. License *NERDComLicense*

View File

@ -164,7 +164,7 @@ function s:SetUpForNewFiletype(filetype, forceReset)
elseif a:filetype == "autoit" elseif a:filetype == "autoit"
call s:MapDelimiters(';','') call s:MapDelimiters(';','')
elseif a:filetype == "automake" elseif a:filetype == "automake"
call s:MapDelimitersWithAlternative('#','', 'dnl ', '') call s:MapDelimiters('##','')
elseif a:filetype == "ave" elseif a:filetype == "ave"
call s:MapDelimiters("'",'') call s:MapDelimiters("'",'')
elseif a:filetype == "awk" elseif a:filetype == "awk"