From c1aac2e2794006d035c8bb9a8c7037b78e8ecbba Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 29 Sep 2020 23:36:28 +0200 Subject: Deduplicate polyglot files --- ftdetect/polyglot.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index c96760a7..52323e92 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -97,6 +97,7 @@ endfunc augroup filetypedetect +" DO NOT EDIT CODE BELOW, IT IS GENERATED WITH MAKEFILE if !has_key(s:disabled_packages, '8th') au! BufNewFile,BufRead *.8th set ft=8th @@ -992,7 +993,7 @@ if !has_key(s:disabled_packages, 'sql') au! BufNewFile,BufRead *.bdy,*.ddl,*.fnc,*.pck,*.pkb,*.pks,*.plb,*.pls,*.plsql,*.prc,*.spc,*.sql,*.tpb,*.tps,*.trg,*.tyb,*.tyc,*.typ,*.vw set ft=sql endif - +" DO NOT EDIT CODE ABOVE, IT IS GENERATED WITH MAKEFILE au! BufNewFile,BufRead,StdinReadPost * if expand(":e") == "" | \ call polyglot#shebang#Detect() | endif -- cgit v1.2.3