- Fixed typo.

This commit is contained in:
Shougo Matsushita 2012-10-04 15:37:13 +09:00
parent ce8e095c9c
commit 2e6791e870
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