mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 19:33:50 -05:00
Add a space to help the parser
This commit is contained in:
@@ -413,7 +413,7 @@ function! s:Path.isHiddenUnder(path)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
let l:startIndex = len(a:path.pathSegments)
|
let l:startIndex = len(a:path.pathSegments)
|
||||||
let l:segments = self.pathSegments[l:startIndex:]
|
let l:segments = self.pathSegments[l:startIndex : ]
|
||||||
|
|
||||||
for l:segment in l:segments
|
for l:segment in l:segments
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user