Click on the package to download.
| package | script version | date | Vim version | user | release notes |
|---|---|---|---|---|---|
| commentary.zip | 1.3 | 2016年02月11日 | 7.0 | Tim Pope | Provide :Commentary command.
Provide gc text object. Support comments with no leading space. Preserve whitespace in b:commentary_format. Allow disabling backslash maps. Fix count with linewise map. Don't trigger modelines after commenting. Deprecation warnings. |
| commentary.zip | 1.2 | 2014年03月10日 | 7.0 | Tim Pope | Switch official interface from \\ to gc. \\ still works.
Allow overriding 'commentstring' with b:commentary_format. Add User CommentaryPost callback. |
| commentary.zip | 1.1 | 2011年08月28日 | 7.0 | Tim Pope | Smarter indentation handling. Always pad with whitespace. Support nesting: /* /1* abc *1/ */. Support custom maps. |
| commentary.zip | 1.0 | 2011年08月20日 | 7.0 | Tim Pope | Initial upload |