summaryrefslogtreecommitdiffstats
path: root/autoload/zig/list.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--autoload/zig/list.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/autoload/zig/list.vim b/autoload/zig/list.vim
index 9716e8c9..bdd43376 100644
--- a/autoload/zig/list.vim
+++ b/autoload/zig/list.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'zig') == -1
+
" Adapted from fatih/vim-go: autoload/go/list.vim
"
" Copyright 2011 The Go Authors. All rights reserved.
@@ -157,4 +158,5 @@ function! zig#list#Type(for) abort
endfunction
" vim: sw=2 ts=2 et
+
endif