Update tests location

This commit is contained in:
Adam Stankiewicz
2020-09-22 21:47:21 +02:00
parent 6f0c50457f
commit 378dcb3878
7 changed files with 253 additions and 7 deletions

View File

@@ -366,6 +366,10 @@ if !has_key(s:disabled_packages, 'protobuf')
au! BufRead,BufNewFile *.proto
endif
if !has_key(s:disabled_packages, 'puppet')
au! BufRead,BufNewFile *.pp
endif
if !has_key(s:disabled_packages, 'python')
au! BufRead,BufNewFile *.py,*.pyi,*.pyw,*.spec,SConstruct
endif