Home
last modified time | relevance | path

Searched refs:funccal (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Duserfunc.c5460 funccall_T *funccal; in get_funccal() local
5463 funccal = current_funccal; in get_funccal()
5468 temp_funccal = funccal->caller; in get_funccal()
5470 funccal = temp_funccal; in get_funccal()
5476 return funccal; in get_funccal()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt13120 Solution: Don't reset uf_scoped when it points to another funccal.
13150 Solution: When checking for a variable in the funccal scope don't pass the
13162 Problem: A funccal is garbage collected while it can still be used.
28751 Solution: Remember funccal stack when executing autocmd.
30761 Solution: After saving a funccal many times, invoke the garbage collector.
35641 Solution: Set reference in varlist of funccal when running the garbage
41392 Problem: Clearing funccal values twice.
45404 Solution: Move the funccal context to the partial. Free the function when
45518 Solution: Decrement refcount when creating funccal.