Monday, January 4, 2010

Re: How to Create a pick (select) list

> :help complete() has an example for how to use vim's own completion
> menu to "pick an item from a list".

And if the list is short (let's say n < 20), then you could of course
use vim's own inputlist() function, e.g.: echo inputlist(range(20))

--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

No comments:

Post a Comment