Home
last modified time | relevance | path

Searched refs:expand_sfile (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_expand_func.vim9 func s:expand_sfile()
47 …nTheTest\[\d\+\]\.\.Test_expand_sfile_and_stack\[7\]\.\.<SNR>\d\+_expand_sfile$', s:expand_sfile())
/vim-8.2.3635/src/proto/
H A Dex_docmd.pro64 char_u *expand_sfile(char_u *arg);
/vim-8.2.3635/src/
H A Dautocmd.c949 cmd = expand_sfile(cmd); in do_autocmd()
H A Dex_docmd.c9191 expand_sfile(char_u *arg) in expand_sfile() function