typo, fix options dictionary
This commit is contained in:
parent
ce8e095c9c
commit
c51e616a7c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user