Vim Tips Wiki
Register
(standard format)
m (minor formatting tweak)
Line 1: Line 1:
 
{{ScriptComments|The NERD Commenter : A plugin that allows for easy commenting of code for many filetypes}}
 
{{ScriptComments|The NERD Commenter : A plugin that allows for easy commenting of code for many filetypes}}
  +
<tt>
Write the first paragraph of your page here.
 
let NERD_c_alt_style=1
+
:let NERD_c_alt_style=1
  +
</tt>
 
but c file still use delimiter /**/ as default comment delimiter, not //。
 
but c file still use delimiter /**/ as default comment delimiter, not //。

Revision as of 08:40, 1 July 2013

Use this page to discuss script 1218 The NERD Commenter : A plugin that allows for easy commenting of code for many filetypes

  • 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.

let NERD_c_alt_style=1

but c file still use delimiter /**/ as default comment delimiter, not //。