diff --git a/doc/NERD_commenter.txt b/doc/NERD_commenter.txt index cb4e834..5a7c82b 100644 --- a/doc/NERD_commenter.txt +++ b/doc/NERD_commenter.txt @@ -807,7 +807,8 @@ if your face looked like a toaster and a t-rex put together? :( - add support for javacc, thanks to Matt Tolton. - make <%# %> the default delims for eruby, thanks to tpope. - add support for javascript.jquery, thanks to Ivan Devat. - - add support for cucumber and pdf, fix sass delims, thanks to tpope + - add support for cucumber and pdf. Fix sass and railslog delims, + thanks to tpope 2.2.1 - add support for newlisp and clojure, thanks to Matthew Lee Hinman. diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index bfa6511..4bca34e 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -672,7 +672,7 @@ function s:SetUpForNewFiletype(filetype, forceReset) call s:MapDelimiters('','') elseif a:filetype ==? "radiance" call s:MapDelimiters('#', '') - elseif a:filetype ==? "Rails-log" + elseif a:filetype ==? "railslog" call s:MapDelimiters('', '') elseif a:filetype ==? "ratpoison" call s:MapDelimiters('#', '')