mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-11-26 02:10:11 +08:00
fix automake comments
This commit is contained in:
parent
aaf2471da7
commit
68bf65fcd2
|
@ -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*
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user