Hello, Recently I was on the lookout for some Clearcase support for Vim and searching for "Clearcase" revealed three different scripts from three different maintainers. And I was thinking: Is that really "State of the art"?
Quite a while ago I adopted the maintainer ship of the various Ada plug ins for Vim. And by taking over all of them (syntax, file type, indent) at once I was able to remove quite a bit redundancy. Later with the Vim 7 features (namely: auto-load, lists and directories) this trend even improved. For example I keep a list of keywords, types, pragmas and then use them for both code completion and syntax highlight. I invite your all to have a look at the current Ada Mode [1]. "Mode" because that it was the Emacs Guys call a collection of syntax, file type, indent, etc.pp plug ins which work together. And here especially the autoload/ada.vim. My proposal (if you have not guessed already) is to merge more separate plug ins into modes. What do you think about the idea? Martin [1] http://www.vim.org/scripts/script.php?script_id=1609 --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
