ZyX wrote: > Consider the following script: > > vim -u NONE -c 'let g:.0="abc"' \ > -c 'let g:0="def"' \ > -c 'echo g:0' > It shows no errors, while expected to show at least one E461 error and > one E121 error. There is no way to make `g:@@@' seem like a valid > variable name though.
Similar to the problem with the function name. -- System administrators are just like women: You can't live with them and you can't live without them. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
