From 55a87755706b082bb8495f8cffcfeff392e78cec Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Tue, 10 Oct 2023 22:25:18 +1100 Subject: [PATCH] Set nofileignorecase when running tests --- scripts/test | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/test b/scripts/test index f726d226..be9bf0b7 100755 --- a/scripts/test +++ b/scripts/test @@ -15,6 +15,7 @@ def run_vimscript(src) set shortmess+=F set noswapfile set nocp + set nofic set nomore func! Log(msg) if $DEV != '1'