Merge branch 'neosnippet' of github.com:Shougo/neocomplcache-snippets-complete into neosnippet

This commit is contained in:
Shougo Matsushita
2012-10-04 10:22:56 +09:00
2 changed files with 18 additions and 19 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,
\ }