bugfix: :leftbelow command doesn't exit. now -split option will work.

This commit is contained in:
ujihisa 2012-10-02 08:26:27 -07:00
parent f23db01e40
commit eb19289a31
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ function! s:initialize_options(options)"{{{
let default_options = {
\ 'runtime' : 0,
\ 'vertical' : 0,
\ 'direction' : 'belowleft',
\ 'direction' : 'below',
\ 'split' : 0,
\ }