I'm afraid I mistake the mail-alias in last mail. :( Here is a simple script
================================ $ cat x.vim if 'a' == 'A' echoe "equal." endif ================================ When i try source it (v7.2), i got this ================================ :so x.vim Error detected while processing x.vim: line 2: equal. Press ENTER or type command to continue ================================ So comparison of string variable is not caps-sensitive? Is this okay? P.S. anyone could tell me the difference between [email protected] & [EMAIL PROTECTED] ? Regards, Xiaoyu --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
