screen: don't crash on invalid grid cells being recomposed

This commit is contained in:
Björn Linse
2019-09-01 11:13:13 +02:00
parent dc52458522
commit dd26bd5974
4 changed files with 25 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ module.nvim_prog = (
module.nvim_set = (
'set shortmess+=IS background=light noswapfile noautoindent'
..' laststatus=1 undodir=. directory=. viewdir=. backupdir=.'
..' belloff= wildoptions-=pum noshowcmd noruler nomore')
..' belloff= wildoptions-=pum noshowcmd noruler nomore redrawdebug=invalid')
module.nvim_argv = {
module.nvim_prog, '-u', 'NONE', '-i', 'NONE',
'--cmd', module.nvim_set, '--embed'}