mirror of
https://github.com/preservim/nerdtree.git
synced 2025-02-08 02:12:06 +08:00
set nolazyredraw ... not sure how this got changed
This commit is contained in:
parent
10bb62a728
commit
464699215c
|
@ -612,7 +612,7 @@ endfunction
|
|||
function! s:MenuController._saveOptions()
|
||||
let self._oldLazyredraw = &lazyredraw
|
||||
let self._oldCmdheight = &cmdheight
|
||||
set lazyredraw
|
||||
set nolazyredraw
|
||||
call self._setCmdheight()
|
||||
endfunction
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user