From afd21109faffc51d79c5de78cb85ce6dce6f7320 Mon Sep 17 00:00:00 2001 From: Konstantin Gorodinskii Date: Sat, 23 Sep 2023 10:52:22 +0200 Subject: [PATCH] switch off the flag for other tests --- test/table-format.vader | 1 + 1 file changed, 1 insertion(+) diff --git a/test/table-format.vader b/test/table-format.vader index f5724746..f7028cb0 100644 --- a/test/table-format.vader +++ b/test/table-format.vader @@ -77,6 +77,7 @@ Given markdown (borderless table); Execute (format borderless table): let g:vim_markdown_borderless_table = 1 TableFormat + unlet g:vim_markdown_borderless_table Expect (table with borders): | left | right | center |