diff --git a/doc/NERD_commenter.txt b/doc/NERD_commenter.txt index 6dd78e2..93ad046 100644 --- a/doc/NERD_commenter.txt +++ b/doc/NERD_commenter.txt @@ -807,7 +807,7 @@ 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, thanks to tpope + - add support for cucumber, fix sass 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 8665b4a..782c3de 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -711,7 +711,7 @@ function s:SetUpForNewFiletype(filetype, forceReset) elseif a:filetype ==? "sas" call s:MapDelimiters('/*','*/') elseif a:filetype ==? "sass" - call s:MapDelimitersWithAlternative('//','', '/*', '*/') + call s:MapDelimitersWithAlternative('//','', '/*', '') elseif a:filetype ==? "sather" call s:MapDelimiters('--', '') elseif a:filetype ==? "scala"