From 4bec20ec1a7cde0c29d9550d244f428484fa56ab Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 7 Oct 2020 21:51:30 +0200 Subject: Fix test and loading of filetypes, closes #577 --- ftdetect/polyglot.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 48529674..791c4c0e 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -69,6 +69,7 @@ call s:SetDefault('g:javascript_sql_dialect', 'sql') " Make csv loading faster call s:SetDefault('g:csv_start', 1) call s:SetDefault('g:csv_end', 2) +call s:SetDefault('g:csv_default_delim', ',') " Disable json concealing by default call s:SetDefault('g:vim_json_syntax_conceal', 0) -- cgit v1.2.3