Fix tests

This commit is contained in:
Adam Stankiewicz
2020-10-17 14:17:55 +02:00
parent 6b663ec330
commit af3ebda710
18 changed files with 1298 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'dockerfile') == -1
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'docker-compose') == -1
" Define comment string
setlocal commentstring=#\ %s