Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawline.c187 static buf_T *current_buf = NULL; variable
198 pt1 = text_prop_type_by_id(current_buf, current_text_props[idx1].tp_type); in text_prop_compare()
199 pt2 = text_prop_type_by_id(current_buf, current_text_props[idx2].tp_type); in text_prop_compare()
1436 current_buf = wp->w_buffer; in win_line()
/vim-8.2.3635/runtime/ftplugin/
H A Docaml.vim417 let s:current_buf = bufname('%')
429 silent exe 'keepj keepalt' 'buffer' s:Fnameescape(s:current_buf)