fix a typo

This commit is contained in:
Martin Grenfell 2015-11-20 16:45:05 +00:00
parent a60bd34a33
commit 7c6795c5a2

View File

@ -495,7 +495,7 @@ endfunction
" toggles the use of the NERDTreeIgnore option
function! s:UI.toggleIgnoreFilter()
let self._ignoreEnabled = !self._ignoreEnabled
Vall self.renderViewSavingPosition()
call self.renderViewSavingPosition()
call self.centerView()
endfunction