diff --git a/autoload/neosnippet.vim b/autoload/neosnippet.vim index a8b2bf5..9aa7ef6 100644 --- a/autoload/neosnippet.vim +++ b/autoload/neosnippet.vim @@ -263,7 +263,7 @@ function! s:initialize_options(options)"{{{ let default_options = { \ 'runtime' : 0, \ 'vertical' : 0, - \ 'direction' : 'belowleft', + \ 'direction' : 'below', \ 'split' : 0, \ }