bugfix: :leftbelow command doesn't exit. now -split option will work.
This commit is contained in:
parent
f23db01e40
commit
eb19289a31
@ -263,7 +263,7 @@ function! s:initialize_options(options)"{{{
|
||||
let default_options = {
|
||||
\ 'runtime' : 0,
|
||||
\ 'vertical' : 0,
|
||||
\ 'direction' : 'belowleft',
|
||||
\ 'direction' : 'below',
|
||||
\ 'split' : 0,
|
||||
\ }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user