set nolazyredraw ... not sure how this got changed

This commit is contained in:
marty 2009-08-20 13:36:29 +12:00
parent 10bb62a728
commit 464699215c

View File

@ -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