Searched refs:filepat (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | cmdexpand.c | 24 static int expand_shellcmd(char_u *filepat, int *num_file, char_u ***file, int flagsarg); 2292 char_u *filepat, // pattern to match with command names in expand_shellcmd() argument 2317 pat = vim_strsave(filepat); in expand_shellcmd()
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrw.vim | 838 " handle .../**/.../filepat 852 … " case starpat=3: Explore */filepat (search in current directory for filenames matching filepat) 857 " starpat=4: Explore **/filepat (recursive descent search for filenames matching filepat) 910 " starpat=3: Explore */filepat (search in current directory for filenames matching filepat) 911 " starpat=4: Explore **/filepat (recursive descent search for filenames matching filepat) 1033 " starpat=3: Explore */filepat (search in current directory for filenames matching filepat) 1034 …all Decho("..case starpat=".starpat.": build */filepat list (curdir-only srch filenames matching … 1035 let filepat= substitute(dirname,'^\*/','','') 1036 let filepat= substitute(filepat,'^[%#<]','\\&','') 1038 " call Decho("....filepat<".filepat.">",'~'.expand("<slnum>")) [all …]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pi_netrw.txt | 1765 */filepat files in current directory which satisfy filepat 1766 **/filepat files in current directory or below which satisfy the
|