> Just an FYI, I coded it in Python and it worked correctly. When I did it in > vim, I got the errors.
As you have been pointed out already, sets in Python are unordered collections. So, what you call 'correctly' is what you expect to be the norm, but in fact it isn't. And what you perceive as an 'error' is not one, according to Python's definition, and is certainly not anything Vim has to do with. -- -- You received this message from the "vim_use" 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 --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
