autocmd TermOpen * if &buftype == 'terminal' | setlocal bufhidden=hide | endif
     autocmd CmdlineLeave,WinEnter,BufWinEnter * call timer_start(0, function('s:TermEnter'), {})
   endif
     autocmd TermOpen * if &buftype == 'terminal' | setlocal bufhidden=hide | endif
     autocmd CmdlineLeave,WinEnter,BufWinEnter * call timer_start(0, function('s:TermEnter'), {})
   endif