commit 121607b351cd5c72d781630f2e76f1b633e79df6
parent 2cb0fc78fb4c7a1db5f51c042a447cc50f09983d
Author: A.G. Russell Knives <stephenp@agrussell.com>
Date: Thu, 14 Jun 2012 09:57:24 -0500
ignore wildignore setting
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim
@@ -1617,7 +1617,7 @@ function! s:TreeDirNode._initChildren(silent)
"get an array of all the files in the nodes dir
let dir = self.path
let globDir = dir.str({'format': 'Glob'})
- let filesStr = globpath(globDir, '*') . "\n" . globpath(globDir, '.*')
+ let filesStr = globpath(globDir, '*',1) . "\n" . globpath(globDir, '.*',1)
let files = split(filesStr, "\n")
if !a:silent && len(files) > g:NERDTreeNotificationThreshold