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

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