On Feb 21, 2011, at 3:43 AM, David Whetstone wrote:
> 
> I'm still looking into this - but I have a quick question.  Is there any 
> specific reason why MMVimController::handleMessage:data: is implemented as a 
> bunch of `if/else if` statements instead of `switch/case`?  Also, the msgid 
> parameter is an int, while its value is always (AFAICT) an enum.  If I change 
> the type of this parameter to the enum, I can see the mnemonic in the 
> debugger, which is helpful.  Would you accept these minor changes if I made 
> them?

No specific reason that I can remember (or think of).  However, I'd rather 
avoid changing code unless there is a real problem with it.

Björn

-- 
You received this message from the "vim_mac" 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

Reply via email to