Yasuhiro wrote:

> On Wednesday, March 16, 2016 at 1:03:36 PM UTC+9, mattn wrote:
> > Sorry, still bad. I'll look into it.
> 
> Updated. Should work.
> 
> https://gist.github.com/mattn/394e8a95be26d9c7bce9

Thanks.  I included it with a few more changes.

I did find another problem:


function! s:cache_clear(arg) dict
  return self.name . '/' . a:arg
endfunction

let s:obj = {'name': 'foo'}
let s:obj['clear'] = function('s:cache_clear', ['bar'])
echo s:obj.clear()
" fails
call s:obj.clear()

let F = s:obj.clear
"fails
echo F()


Won't have time today to look into it.

-- 
hundred-and-one symptoms of being an internet addict:
57. You begin to wonder how on earth your service provider is allowed to call
    200 hours per month "unlimited."

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui