Sunday, December 15, 2013

Re: retrieve variable name


On Dec 15, 2013 8:56 PM, "Alexandre Hoïde" <alexandre.hoide@gmail.com> wrote:ie
>
>   Hello,
>
> <--
>   let s:vara = 1
>   let s:varb = 2
>   let s:vars = [ s:vara, s:varb ]
>   for mvar in s:vars
>     echo ?name_of_var?(mvar)
>   endfor
> --> would print
> s:vara
> s:varb
> --
>
>  Any suggestion for ?name_of_var?

Not possible.

This looks like XY problem. What for do you need such thing?
>
>  Thanks in advance for your help,
>
> --
>  ___________________
> | $ post_tenebras ↲ |       waouh !
> | GNU        \ /    |      /
> |          -- * --  |     o
> | $ who ↲    / \    |_-- ~_|
> | Alexandre Hoïde   |  _/| |
>  -------------------
>
> --
> --
> 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
>
> ---
> You received this message because you are subscribed to the Google Groups "vim_use" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.

--
--
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
 
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: