четверг, 30 мая 2013 г., 4:30:12 UTC+4 пользователь Shougo написал:
> Hello.
> 
> I developed "completeselect" option feature in Vim.
> 
> It determines how to select candidate in ins-completion.
> 
> The possible values are:
>  0 select and insert first candidate
>  1 select first candidate but not insert
>  2 no selected candidate
> 
> I think it is good change for completion.
> 
> I tested it in Vim 7.3.1036 and it worked fine.
> 
> How do you think about this feature?

Don't know how it is useful, but don't use magic numbers here. Possible values 
should be something like "select,insert", "select" or just empty string. With 
error or no-op with just "insert" (nothing selected=nothing to insert) and 
+=/-= support.

-- 
-- 
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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" 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/groups/opt_out.


Raspunde prin e-mail lui