mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 19:33:50 -05:00
set nolazyredraw ... not sure how this got changed
This commit is contained in:
@@ -612,7 +612,7 @@ endfunction
|
|||||||
function! s:MenuController._saveOptions()
|
function! s:MenuController._saveOptions()
|
||||||
let self._oldLazyredraw = &lazyredraw
|
let self._oldLazyredraw = &lazyredraw
|
||||||
let self._oldCmdheight = &cmdheight
|
let self._oldCmdheight = &cmdheight
|
||||||
set lazyredraw
|
set nolazyredraw
|
||||||
call self._setCmdheight()
|
call self._setCmdheight()
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user