Tuesday, April 21, 2015

how to call func from funcref into anoremenu command

Hi,


I dispose of some functions declared in ownvimscript.

I can list them from third part as this :

let m=ownvimscript
for foo in m.getCmdList()
let Fn = function('m[foo]')
" exe 'anoremenu '.m.getMenuPath().'.'.foo.' :call '.Fn.'()<CR>'
endfor

the last commented line does not work.

--
--
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/d/optout.

No comments: