aboutsummaryrefslogtreecommitdiffstats
path: root/autoload
diff options
context:
space:
mode:
Diffstat (limited to 'autoload')
-rw-r--r--autoload/space_vlaze/buffer.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/autoload/space_vlaze/buffer.vim b/autoload/space_vlaze/buffer.vim
index ecea3d8..ca83638 100644
--- a/autoload/space_vlaze/buffer.vim
+++ b/autoload/space_vlaze/buffer.vim
@@ -4,10 +4,11 @@ function! space_vlaze#buffer#Init()
if !buflisted(s:buffer_name)
" call space_vlaze#game#Init()
call space_vlaze#buffer#New()
- call space_vlaze#menus#Start()
else
execute 'b' . bufnr(s:buffer_name)
endif
+
+ call space_vlaze#menus#Start()
endfunction