From eb19289a31e0eba99fd9ad266f4acd03f4fb05dc Mon Sep 17 00:00:00 2001 From: ujihisa Date: Tue, 2 Oct 2012 08:26:27 -0700 Subject: [PATCH] bugfix: :leftbelow command doesn't exit. now -split option will work. --- autoload/neosnippet.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, \ }