Hello All,
I would appreciate if someone would comment if the following I'm trying is
feasible. It does not work in the way that I'm attempting to. Thank you very
much!
let s:foo = {}
function! s:foo.myfunc() dict
...
endfunction
Can I do the following?
1) set statusline=%=%{*s:foo.myfunc()*}
2) command! -nargs=? -complete=customlist,*s:foo.myfunc()* MyCommand call
xxx
--
You received this message from the "vim_dev" 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