From af3ebda71002223b4bc6d4cc79a0359523eaa385 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 17 Oct 2020 14:17:55 +0200 Subject: Fix tests --- ftplugin/docker-compose.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftplugin/docker-compose.vim') diff --git a/ftplugin/docker-compose.vim b/ftplugin/docker-compose.vim index 82896b05..e80041e2 100644 --- a/ftplugin/docker-compose.vim +++ b/ftplugin/docker-compose.vim @@ -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 -- cgit v1.2.3