mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 19:33:50 -05:00
Remove extra whitespace at the end of the line
This commit is contained in:
@@ -466,7 +466,7 @@ function! s:TreeDirNode.refresh()
|
|||||||
|
|
||||||
" Regular expression is too expensive. Use simply string comparison
|
" Regular expression is too expensive. Use simply string comparison
|
||||||
" instead
|
" 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] != "."
|
\ i[len(i)-2:1] != "." && i[len(i)-1] != "."
|
||||||
try
|
try
|
||||||
"create a new path and see if it exists in this nodes children
|
"create a new path and see if it exists in this nodes children
|
||||||
|
|||||||
Reference in New Issue
Block a user