Sunday, September 18, 2011

Re: Using :let to view a wildcard of variables

Am 18.09.2011 05:57, schrieb David Fishburn:
> Vim 7.3.315
>
> My plugins all use naming conventions for variables.
>
> :let
>
> Will display all variables currently defined in Vim.
>
> One thing I have always wanted to do is:
> :let my_prefix.*
>
> Or something like that to show all variables beginning with my_prefix.

The following is builtin, and I use it all the time:

:let my_prefix<C-A><Enter>

:h c_CTRL-A

--
Andy

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

No comments: