Fix typo Casade to Cascade

This commit is contained in:
pendulm
2013-04-22 23:35:15 +08:00
parent eaf19734e7
commit 60683f1cce
3 changed files with 7 additions and 7 deletions

View File

@@ -500,7 +500,7 @@ function! s:TreeDirNode.toggleOpen(...)
if self.isOpen ==# 1
call self.close()
else
if g:NERDTreeCasadeOpenSingleChildDir == 0
if g:NERDTreeCascadeOpenSingleChildDir == 0
call self.open(opts)
else
call self.openAlong(opts)