From 300c1e989ac2e6ff9b8a2afe5ad71237d7882b78 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 8 Oct 2015 03:26:43 -0400 Subject: leaderboard#RenderLeaderboard: Run window setup function from game.vim Set the same buffer-local window settings that we set for the game so we can control the look and workings of things. --- autoload/space_vlaze/leaderboard.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'autoload/space_vlaze') diff --git a/autoload/space_vlaze/leaderboard.vim b/autoload/space_vlaze/leaderboard.vim index 9136bc3..cc551e3 100644 --- a/autoload/space_vlaze/leaderboard.vim +++ b/autoload/space_vlaze/leaderboard.vim @@ -59,6 +59,7 @@ function! space_vlaze#leaderboard#RenderLeaderboard() let player_name = readfile(s:PLAYER_NAME_PATH) endif + call space_vlaze#game#SetupWindow() _ ____ ____ ___ ____ ____ ___ ____ ____ ____ ___ | |___ |__| | \ |___ |__/ |__] | | |__| |__/ | \ -- cgit v1.2.3