From bdcb523b5cc6e93d93dda3ba41171d44deb8ff41 Mon Sep 17 00:00:00 2001 From: Andrew Ferrier <107015+andrewferrier@users.noreply.github.com> Date: Sat, 25 May 2024 15:46:47 +0100 Subject: [PATCH] test: Temporarily show wrapping log --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6dc04ce..87e7660 100644 --- a/Makefile +++ b/Makefile @@ -3,3 +3,4 @@ test: nvim --headless --clean -u tests/init.vim -c "PlenaryBustedFile tests/minimal.lua" nvim --headless --clean -u tests/init.vim -c "PlenaryBustedFile tests/treesitter.lua" + cat $(HOME)/.local/state/nvim/wrapping.nvim.log