commit 7f6c608a35bea5443db0ef9c82517f363b0ae5da
parent 4ebbb533c3faf2c480211db2b547972bb3b60f2b
Author: Juan Ibiapina <juanibiapina@gmail.com>
Date: Sat, 5 Mar 2016 13:35:41 -0300
Remove extra whitespace at the end of the line
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/nerdtree/tree_dir_node.vim b/lib/nerdtree/tree_dir_node.vim
@@ -466,7 +466,7 @@ function! s:TreeDirNode.refresh()
" Regular expression is too expensive. Use simply string comparison
" instead
- if i[len(i)-3:2] != ".." && i[len(i)-2:2] != ".." &&
+ if i[len(i)-3:2] != ".." && i[len(i)-2:2] != ".." &&
\ i[len(i)-2:1] != "." && i[len(i)-1] != "."
try
"create a new path and see if it exists in this nodes children