Vim-ScriptsIn the following you can find some (--well, currently only one) scripts for Vim, which might be useful, when editing CAOS-Files. In general, they are not restricted to CAOS and can be used in other tasks, too. Comment lines in source code:EnhancedCommentify is a plugin for Vim, which allows you to (un)comment lines of source code in quick and easy way. Simply place the cursor on the line to be commentified and press the hotkey (<M-c> by default). You can also mark whole regions with the visual mode and commentify them with one keystroke. It currently supports:
InstallationFor installation simply drop the script in ~/.vim/plugin. For configuration of keymappings and empty line behaviour, see remarks at the end of the script. Note that you need Vim 6.0 or newer to use this script!
Any problems or suggestions?
|