Add a workaround for vim-ledger in tests/filetypes.vim

This commit is contained in:
Danielle McLean
2023-10-10 22:24:34 +11:00
parent 4d25ca6d81
commit df71259406

View File

@@ -14,6 +14,9 @@ func! TestFiletype(filetype)
endtry endtry
endfunc endfunc
" Special case for vim-ledger, which will crash on modern Vims if this isn't set.
let g:ledger_is_hledger = v:true
" DO NOT EDIT CODE BELOW, IT IS GENERATED WITH MAKEFILE " DO NOT EDIT CODE BELOW, IT IS GENERATED WITH MAKEFILE
call TestFiletype('8th') call TestFiletype('8th')