-
Notifications
You must be signed in to change notification settings - Fork 1
A handy comment/uncomment plugin
vim-scripts/commenter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a mirror of http://www.vim.org/scripts/script.php?script_id=1033 Usage: In normal mode,press <Leader>c to comment/uncomment current line. If current line is blank line and no non-blank line before it, insert file header comment. The file header comment use template files. These templates should be placed to ~/.vim/plugin/templates/ directory. template file name is same as cvim plugin. If current line is function declaration line, and if g:DoxygenFuncDesc is set to 1, insert Doxygen style function comment. Else use function comment template file. In visual mode, press <Leader>c to comment/uncomment blocks. This only applies to c source or header files. Mainly targeted: c,h,cpp file modification Also applicable: java,sh,vim,awk,sed,perl,python file modification
About
A handy comment/uncomment plugin
Resources
Stars
Watchers
Forks
Packages 0
No packages published