Prevent scroll crashes when testing neovim nightly

main
Ensar Sarajčić 2022-05-07 14:07:50 +02:00 committed by GitHub
parent 0337ac7067
commit e0bc3395cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ check_neovim: check_os
@echo "Doing a basic neovim startup and quit"
@nvim --headless -c 'set display-=msgsep' -c 'quitall'
@echo "Running plenary tests"
@nvim --headless -c 'PlenaryBustedDirectory symlinks/config/nvim/lua/tests'
@nvim --headless -c 'set display-=msgsep' -c 'PlenaryBustedDirectory symlinks/config/nvim/lua/tests'
.PHONY: run_tests
run_tests: check_os