diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-03 05:36:55 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-03 05:36:55 +0200 |
commit | 7123e974980a76e4db9bf7fff1510cab03b072ae (patch) | |
tree | 63704e8e63560942ad2b83f29b67167cd2558352 /packages.yaml | |
parent | 63119f09d1390b61155cc0dc3ff497356d2fc7e5 (diff) | |
download | vim-polyglot-7123e974980a76e4db9bf7fff1510cab03b072ae.tar.gz vim-polyglot-7123e974980a76e4db9bf7fff1510cab03b072ae.zip |
Disable native autocommands when appropriate, fixes #533v4.8.1
Diffstat (limited to 'packages.yaml')
-rw-r--r-- | packages.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages.yaml b/packages.yaml index d4042c5e..f4f801cf 100644 --- a/packages.yaml +++ b/packages.yaml @@ -302,6 +302,8 @@ filetypes: ignored_extensions: # conflicts with more popular reason, remove after heuristics work - re + # implemented by arduino + - ino --- name: caddyfile remote: isobit/vim-caddyfile |