mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2025-12-17 14:17:10 +08:00
Use --not-a-term argument to vim
This commit is contained in:
@@ -16,7 +16,7 @@ before_script: |
|
|||||||
find $PWD/autoload/airline/themes -name "*.vim" > themes.txt
|
find $PWD/autoload/airline/themes -name "*.vim" > themes.txt
|
||||||
|
|
||||||
script: |
|
script: |
|
||||||
vim -Nu <(cat << VIMRC
|
vim --not-a-term -Nu <(cat << VIMRC
|
||||||
filetype off
|
filetype off
|
||||||
set rtp+=vader.vim
|
set rtp+=vader.vim
|
||||||
set rtp+=vim-airline
|
set rtp+=vim-airline
|
||||||
|
|||||||
Reference in New Issue
Block a user