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()
|
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user