Set nofileignorecase when running tests

This commit is contained in:
Danielle McLean
2023-10-10 22:25:18 +11:00
parent df71259406
commit 55a8775570

View File

@@ -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'