Tags: preservim/nerdcommenter
Tags
Release 2.6.0 * Refactor code to run as autoload plugin * Add lots of community contributed file types * Fix several languages with idiosyncrasies * Improve interoperability with other vim settings * Improve handling of ranges * Improve help documentation * Cleanup and fix vimscript issues
Add multi-line comments for Elm (#283) Technically the minimum necessary syntax for block comments requires only a single hyphen (`-}`, `{-`), but I have found that using a double hyphen plays a bit more nicely with the elmcast/elm-vim auto-formatting. Further, uncommenting when using the single dashes leaves an extra level of indentation (again, when using elmcast/elm-vim).
PreviousNext