diff options
Diffstat (limited to '')
-rw-r--r-- | syntax/cucumber.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/cucumber.vim b/syntax/cucumber.vim index e94e9835..6cc43cf9 100644 --- a/syntax/cucumber.vim +++ b/syntax/cucumber.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'cucumber') == -1 + " Vim syntax file " Language: Cucumber " Maintainer: Tim Pope <vimNOSPAM@tpope.org> @@ -141,4 +142,5 @@ let &cpo = s:keepcpo unlet s:keepcpo " vim:set sts=2 sw=2: + endif |