diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-29 23:36:28 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-29 23:36:28 +0200 |
commit | c1aac2e2794006d035c8bb9a8c7037b78e8ecbba (patch) | |
tree | 8b205e42e423dd6631d4d4ddc9e5fed523ad32ce /ftdetect | |
parent | 543e8c917beddea04099ce9fe28e780ef7bda7fa (diff) | |
download | vim-polyglot-c1aac2e2794006d035c8bb9a8c7037b78e8ecbba.tar.gz vim-polyglot-c1aac2e2794006d035c8bb9a8c7037b78e8ecbba.zip |
Deduplicate polyglot files
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/polyglot.vim | 3 |
1 files changed, 2 insertions, 1 deletions
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("<afile>:e") == "" | \ call polyglot#shebang#Detect() | endif |