Prevent scroll crashes when testing neovim nightly

This commit is contained in:
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

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