Fix conditions, #608

This commit is contained in:
Adam Stankiewicz
2020-10-25 21:08:27 +01:00
parent ba3fe9e1ae
commit 2838800832
1284 changed files with 1284 additions and 1284 deletions

View File

@@ -295,7 +295,7 @@ def copy_file(name, src, dest)
open(dest, "w") do |output|
if dest.match?(/\.vim$/)
output << <<~EOF
if !has_key(g:polyglot_is_disabled, '#{name}')
if has_key(g:polyglot_is_disabled, '#{name}')
finish
endif