diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-09-04 15:44:43 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-09-04 15:44:43 +0200 |
commit | 664aa988f6d9cdb7b75218666fbe348c85ef8b29 (patch) | |
tree | 306173199576430e6133a1ed137bd80bbc2fb01b /syntax/Dockerfile.vim | |
parent | 3ddca5da461ebfaa82104f82e3cbf19d1c326ade (diff) | |
download | vim-polyglot-664aa988f6d9cdb7b75218666fbe348c85ef8b29.tar.gz vim-polyglot-664aa988f6d9cdb7b75218666fbe348c85ef8b29.zip |
Update
Diffstat (limited to 'syntax/Dockerfile.vim')
-rw-r--r-- | syntax/Dockerfile.vim | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/syntax/Dockerfile.vim b/syntax/Dockerfile.vim index 0ec26bcd..d9e26353 100644 --- a/syntax/Dockerfile.vim +++ b/syntax/Dockerfile.vim @@ -61,8 +61,3 @@ hi link dockerfileTodo Todo hi link bashStatement Function let b:current_syntax = "dockerfile" - -set commentstring=#\ %s - -" Enable automatic comment insertion -setlocal fo+=cro |