From fc713ecb6256104fbd244688dc3371b9b9e76105 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Thu, 24 Oct 2013 11:48:26 +0900 Subject: [PATCH] - Fixed snippet. --- autoload/neosnippet/snippets/vim.snip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/neosnippet/snippets/vim.snip b/autoload/neosnippet/snippets/vim.snip index 035d02b..f454962 100644 --- a/autoload/neosnippet/snippets/vim.snip +++ b/autoload/neosnippet/snippets/vim.snip @@ -116,7 +116,7 @@ abbr neobundle hooks function! s:hooks.on_source(bundle) ${0} endfunction - unlet s:bundle + unlet s:hooks snippet autoload abbr autoload func endfunc