diff options
Diffstat (limited to '')
-rw-r--r-- | indent/go.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/go.vim b/indent/go.vim index 81d33a08..a231b4b8 100644 --- a/indent/go.vim +++ b/indent/go.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'go') == -1 + " Copyright 2011 The Go Authors. All rights reserved. " Use of this source code is governed by a BSD-style " license that can be found in the LICENSE file. @@ -85,4 +86,5 @@ let &cpo = s:cpo_save unlet s:cpo_save " vim: sw=2 ts=2 et + endif |