From 2e6791e8703c18dbf8bea0d159c3e0700c1032db Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Thu, 4 Oct 2012 15:37:13 +0900 Subject: [PATCH] - Fixed typo. --- 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