Home
last modified time | relevance | path

Searched refs:isdir (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dfilepath.c4036 int isdir; in addfile() local
4050 isdir = mch_isdir(f); in addfile()
4051 if ((isdir && !(flags & EW_DIR)) || (!isdir && !(flags & EW_FILE))) in addfile()
4056 if (!isdir && (flags & EW_EXEC) in addfile()
4064 p = alloc(STRLEN(f) + 1 + isdir); in addfile()
4076 if (isdir && (flags & EW_ADDSLASH)) in addfile()
/vim-8.2.3635/runtime/syntax/
H A Dhtmlos.vim34 syn keyword htmlosFunctions isprivate ispublic isfile isdir isblank iserror iserror iseven isodd is…
H A Dbtm.vim29 syn keyword btmConditional isdir direxist isinternal islabel
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim8151 " call Decho("local isdir: s:netrwmftgt<".s:netrwmftgt.">",'~'.expand("<slnum>"))
8154 " call Decho("remote isdir: s:netrwmftgt<".s:netrwmftgt.">",'~'.expand("<slnum>"))
9406 " call Decho("potentialdir<".potentialdir."> isdir=".isdirectory(potentialdir),'~'.expand("<slnum…
10792 " call Decho("isdir<".a:dirname."> =".isdirectory(s:NetrwFile(a:dirname)).((exists("s:treeforcered…
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt2905 Netrw has trouble executing autocommands only for a directory. Add <isdir>