Add a space to help the parser
This commit is contained in:
parent
0ff697eb40
commit
d90b2af474
@ -413,7 +413,7 @@ function! s:Path.isHiddenUnder(path)
|
||||
endif
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user