mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 19:33:50 -05:00
fix a typo
This commit is contained in:
@@ -495,7 +495,7 @@ endfunction
|
|||||||
" toggles the use of the NERDTreeIgnore option
|
" toggles the use of the NERDTreeIgnore option
|
||||||
function! s:UI.toggleIgnoreFilter()
|
function! s:UI.toggleIgnoreFilter()
|
||||||
let self._ignoreEnabled = !self._ignoreEnabled
|
let self._ignoreEnabled = !self._ignoreEnabled
|
||||||
Vall self.renderViewSavingPosition()
|
call self.renderViewSavingPosition()
|
||||||
call self.centerView()
|
call self.centerView()
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user