Hirohito Higashi wrote:
> Hi Bram and Vimmer,
>
> I am trying to add new feature to Vim.
> It's CLPUM(Command-line mode PopUp Menu)
>
> Implementation is complete. Now, I am debugging.
>
> Please check following site.
> http://h-east.github.io/vim/
>
> Is this interesting?
> I want to be included this to (next version of) Vim.
We currently have the 'wildmenu' behavior. That works OK for a short
list of matches, when they are not too long. For long file names you
only see one at a time, which is not useful.
Using a menu can make this better. In your screenshots it seems it only
works with 'cmdheight' set to 2, since it uses one line to show the
mode. Or will it fall back to not showing the mode when 'cmdheight' is
one?
I don't think the completion itself should be different from 'wildmenu',
only the way the results are displayed.
--
hundred-and-one symptoms of being an internet addict:
175. You send yourself e-mail before you go to bed to remind you
what to do when you wake up.
/// 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
---
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/d/optout.