Home
last modified time | relevance | path

Searched refs:method_call (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/runtime/indent/
H A Dfalcon.vim45 " method_call do |(a, b)|
133 " method_call one,
145 " method_call one,
156 " method_call(
167 " method_call do
H A Druby.vim156 " method_call do |(a, b)|
785 " method_call do
795 " method_call one,
808 " method_call {
819 " method_call one,
830 " method_call(
841 " method_call do
/vim-8.2.3635/src/
H A Dvim9compile.c1823 generate_BCALL(cctx_T *cctx, int func_idx, int argcount, int method_call) in generate_BCALL() argument
1837 if (method_call && argoff > 1) in generate_BCALL()
1849 if (method_call && argoff > 1) in generate_BCALL()