hey all, I just tried to define a bunch of commands in vim, all having '_' as a delimiter, ie:
command! GREP_WORD .. command! GREP_FILE .. and got E182: Invalid command name This seems to be due to the underscore. Are underscores not allowed in command names? And if so, why? I'd like to have multiple 'modules', commands that all have the same prefix, followed by underscore, followed by command name. What characters are legal? And shouldn't underscore be one of them? Thanks, Ed --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
