Sunday, December 15, 2013

retrieve variable name

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?

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.

No comments: