diff options
| author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-01 15:55:43 +0200 | 
|---|---|---|
| committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-01 15:55:43 +0200 | 
| commit | 8dd0474feb60a4b9f50ee2b8decead0146623966 (patch) | |
| tree | f7e03cff7dd4b96b239a63a5caf317215c93b0c9 /scripts/build | |
| parent | e166f741ef054ea990aa6d1af85b97ceb82171bb (diff) | |
| download | vim-polyglot-8dd0474feb60a4b9f50ee2b8decead0146623966.tar.gz vim-polyglot-8dd0474feb60a4b9f50ee2b8decead0146623966.zip | |
Remove vim-sql-syntax, #528v4.6.1
Diffstat (limited to '')
| -rwxr-xr-x | scripts/build | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/build b/scripts/build index 150f45c2..2e596d52 100755 --- a/scripts/build +++ b/scripts/build @@ -156,7 +156,7 @@ def copy_file(package, src, dest)    open(src, "r") do |input|      open(dest, "a+") do |output|        if name == "jsx" -        output << "if !exists('g:polyglot_disabled') || !(index(g:polyglot_disabled, 'typescript') != -1 || index(g:polyglot_disabled, 'typescript') != -1 || index(g:polyglot_disabled, 'jsx') != -1)\n\n" +        output << "if !exists('g:polyglot_disabled') || (index(g:polyglot_disabled, 'javascript') == -1 && index(g:polyglot_disabled, 'jsx') == -1)\n\n"        else          output << "if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, '#{name}') == -1\n\n"        end | 
