mirror of
https://oauth2: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@github.com/m1ngsama/chopsticks.git
synced 2026-06-26 05:44:38 +08:00
Pin TERM in ttimeoutlen test (env-hermetic)
This commit is contained in:
parent
8756af3478
commit
502ef3a356
1 changed files with 2 additions and 2 deletions
|
|
@ -257,8 +257,8 @@ check_vim() {
|
|||
-c 'if maparg(",F", "n") !~# "gg=G" | cquit | endif' \
|
||||
-c 'qa!' 2>&1
|
||||
|
||||
XDG_CONFIG_HOME="$EMPTY_XDG" vim -u .vimrc -i NONE -es -N \
|
||||
-c 'if &ttimeoutlen != 10 | cquit | endif' \
|
||||
TERM=xterm-256color XDG_CONFIG_HOME="$EMPTY_XDG" vim -u .vimrc -i NONE -es -N \
|
||||
-c 'if g:is_tty || &ttimeoutlen != 10 | cquit | endif' \
|
||||
-c 'qa!' 2>&1
|
||||
|
||||
TERM=linux XDG_CONFIG_HOME="$EMPTY_XDG" vim -u .vimrc -i NONE -es -N \
|
||||
|
|
|
|||
Loading…
Reference in a new issue