Lines Matching refs:expand
34 au BufLeave * if &ft != "netrw"|let w:netrw_prvfile= expand("%:p")|endif
35 au BufEnter * sil call s:LocalBrowse(expand("<amatch>"))
36 au VimEnter * sil call s:VimEnter(expand("<amatch>"))
38 au BufEnter .* sil call s:LocalBrowse(expand("<amatch>"))
45 au BufReadCmd file://* call netrw#FileUrlEdit(expand("<amatch>"))
46 …ufReadPre ".fnameescape(expand("<amatch>"))|call netrw#Nread(2,expand("<amatch>"))|exe "sil doau B…
47 …eReadPre ".fnameescape(expand("<amatch>"))|call netrw#Nread(1,expand("<amatch>"))|exe "sil doau Fi…
48 …tePre ".fnameescape(expand("<amatch>"))|exe 'Nwrite '.fnameescape(expand("<amatch>"))|exe "sil doa…
49 … ".fnameescape(expand("<amatch>"))|exe "'[,']".'Nwrite '.fnameescape(expand("<amatch>"))|exe "sil …
51 …le://*,https://*,dav://*,davs://*,rsync://*,sftp://* exe 'Nsource '.fnameescape(expand("<amatch>"))
53 …le://*,https://*,dav://*,davs://*,rsync://*,sftp://* exe 'Nsource '.fnameescape(expand("<amatch>"))
155 " call Dfunc("s:VimEnter(dirname<".a:dirname.">) expand(%)<".expand("%").">")
164 windo call s:LocalBrowse(expand("%:p"))
170 …call range(1, winnr('$'))->map({_, v -> win_execute(win_getid(v), 'call expand("%:p")->s:LocalBrow…