aboutsummaryrefslogtreecommitdiffstats
path: root/autoload
diff options
context:
space:
mode:
Diffstat (limited to 'autoload')
-rw-r--r--autoload/space_vlaze/game.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/autoload/space_vlaze/game.vim b/autoload/space_vlaze/game.vim
index 587b7d0..b5567f8 100644
--- a/autoload/space_vlaze/game.vim
+++ b/autoload/space_vlaze/game.vim
@@ -11,7 +11,6 @@ function! space_vlaze#game#Init()
sleep 50ms
call space_vlaze#mappings#Listen()
call space_vlaze#game#RenderBoard()
- redraw!
endwhile
endfunction
@@ -61,6 +60,8 @@ function! space_vlaze#game#RenderBoard()
let i += 1
endwhile
+
+ redraw!
endfunction