From c51e616a7c4508598f0fc4bc7e21a2be35dcc0a3 Mon Sep 17 00:00:00 2001 From: NagatoPain Date: Thu, 4 Oct 2012 14:13:48 +0800 Subject: [PATCH] typo, fix options dictionary --- autoload/neosnippet.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/neosnippet.vim b/autoload/neosnippet.vim index 24fa1b4..fc09639 100644 --- a/autoload/neosnippet.vim +++ b/autoload/neosnippet.vim @@ -281,7 +281,7 @@ function! s:initialize_options(options)"{{{ " Complex initializer. if has_key(options, 'horizontal') " Disable vertically. - let context.vertical = 0 + let options.vertical = 0 endif return options