From e0bc3395cffbb7f4e1b47a3e7472c5e50d2a1bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Sat, 7 May 2022 14:07:50 +0200 Subject: [PATCH] Prevent scroll crashes when testing neovim nightly --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b7a294..9183bf0 100644 --- a/Makefile +++ b/Makefile @@ -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