typo, fix options dictionary
This commit is contained in:
parent
ce8e095c9c
commit
c51e616a7c
@ -281,7 +281,7 @@ function! s:initialize_options(options)"{{{
|
|||||||
" Complex initializer.
|
" Complex initializer.
|
||||||
if has_key(options, 'horizontal')
|
if has_key(options, 'horizontal')
|
||||||
" Disable vertically.
|
" Disable vertically.
|
||||||
let context.vertical = 0
|
let options.vertical = 0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
return options
|
return options
|
||||||
|
Loading…
Reference in New Issue
Block a user