mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
CheckHealth: fix check for tmux escape-time (#5545)
This commit is contained in:
parent
242c3d5f0b
commit
3d49fc1f50
@ -106,7 +106,7 @@ function! s:check_tmux() abort
|
||||
call health#report_error('command failed: '.cmd."\n".out)
|
||||
elseif empty(tmux_esc_time)
|
||||
call health#report_error('escape-time is not set', suggestions)
|
||||
elseif tmux_esc_time > 500
|
||||
elseif tmux_esc_time > 300
|
||||
call health#report_error(
|
||||
\ 'escape-time ('.tmux_esc_time.') is higher than 300ms', suggestions)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user