added a comment note to clarify something
This commit is contained in:
parent
ef1a466342
commit
ec76876a74
@ -563,7 +563,9 @@ function! s:oTreeDirNode.InitChildren(silent) dict
|
|||||||
let invalidFilesFound = 0
|
let invalidFilesFound = 0
|
||||||
for i in files
|
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 !~ '\..\?$'
|
if i !~ '\.\..\?$' && i !~ '\..\?$'
|
||||||
|
|
||||||
"put the next file in a new node and attach it
|
"put the next file in a new node and attach it
|
||||||
|
Loading…
x
Reference in New Issue
Block a user