typo, fix options dictionary

This commit is contained in:
NagatoPain 2012-10-04 14:13:48 +08:00
parent ce8e095c9c
commit c51e616a7c
1 changed files with 1 additions and 1 deletions

View File

@ -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