From ed38753948318b15bc82574bf25482d215e71a19 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 8 Oct 2015 01:02:41 -0400 Subject: life#RenderLives: Add space between `|` and diamonds Add a space after the `|` pipe character we added in c9934c4b1192f50ae0d6930381622c58fbe7048a to put some breathing room between it and the diamond characters. Went back and forth on this and neither looked quite right but I think I'm going to go with this one. --- autoload/space_vlaze/life.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/space_vlaze/life.vim b/autoload/space_vlaze/life.vim index 1bb9dac..4168a74 100644 --- a/autoload/space_vlaze/life.vim +++ b/autoload/space_vlaze/life.vim @@ -19,7 +19,7 @@ endfunction function! space_vlaze#life#RenderLives() let lives_line = space_vlaze#game#BoardHeight() + 1 - let lives_display = '|' + let lives_display = '| ' let i = 0 while i < s:lives -- cgit v1.2.3