On Fri, 23 Jun 2006, Max Dyckhoff wrote:

If there are many values for the enum then I will generally jump to the
tag and do as you do; copy the values and do an :s on them. What I was
wondering though was basically "can I make vim insert every entry from
the ^N popup menu?", which is listing all the values that I want to
enter.
[snip]

I don't think there's a way to capture the current results from a popup
completion menu. This is required to do what you want. Perhaps Bram
could include a function that would return a List of entries from the
current popup menu.

--
Gerald

Reply via email to