added a comment note to clarify something

This commit is contained in:
Martin Grenfell 2008-05-04 21:31:38 +12:00
parent ef1a466342
commit ec76876a74

View File

@ -563,7 +563,9 @@ function! s:oTreeDirNode.InitChildren(silent) dict
let invalidFilesFound = 0
for i in files
"filter out the .. and . directories
"filter out the .. and . directories
"Note: we must match .. AND ../ cos sometimes the globpath returns
"../ for path with strange chars (eg $)
if i !~ '\.\..\?$' && i !~ '\..\?$'
"put the next file in a new node and attach it