diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-07 21:51:30 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-07 21:51:30 +0200 |
commit | 4bec20ec1a7cde0c29d9550d244f428484fa56ab (patch) | |
tree | 9d0e03e25083e1e9f313150ccdf435a15bcab789 /ftdetect | |
parent | 9f4e2b683453c9521de8164169327a112d71f6c1 (diff) | |
download | vim-polyglot-4.13.2.tar.gz vim-polyglot-4.13.2.zip |
Fix test and loading of filetypes, closes #577v4.13.2
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/polyglot.vim | 1 |
1 files changed, 1 insertions, 0 deletions
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) |