Vim Tips Wiki
Advertisement

Use this page to discuss script 1528 comments: comment/un-comment source code

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Comments

There are a couple of bugs:

  • The selecting a line (e.g. "asdf") with shift-v in cpp mode, and hitting control-C "comments" every letter (so you get e.g. "//a//s//d//f").
  • In ocaml, whitespace is sometimes lost when commenting lines. E.g commenting out the second line in 'print_endline\n "hello world"' (where \n is newline), causes that line to lose indentation.

It would also be nice if this plugin used block comments - not just repeat commenting for all lines (e.g. /* */ in cpp instead of //).


Advertisement