Lines Matching refs:position
148 function! s:clojure_is_method_special_case_worker(position) argument
156 call cursor(a:position)
187 call cursor(a:position)
203 function! s:is_method_special_case(position) argument
206 let val = s:clojure_is_method_special_case_worker(a:position)
215 function! s:is_reader_conditional_special_case(position) argument
216 return getline(a:position[0])[a:position[1] - 3 : a:position[1] - 2] == "#?"
217 \|| getline(a:position[0])[a:position[1] - 4 : a:position[1] - 2] == "#?@"
271 " - Check whether we are in a special position after a word in
291 " In case we are at the last character, we use the paren position.
303 " use the ( position for indent.
309 " In that case we use the ( position for indent.
318 " ignored, in which case we use the ( position for indent.