On Jun 7, 9:26 am, Marko Mahnič <[email protected]> wrote:
> On Jun 7, 8:36 am, Ivan Krasilnikov <[email protected]> wrote:
>
> function s:MyCallback(param)
>    " process
> endfunc
> python DoSomething(s:SNR . 'MyCallback', ...)

This should probably be:
   exec "python DoSomething(\"" . s:SNR . "MyCallback\", ...)"

Marko

-- 
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

Reply via email to