diff options
| author | Teddy Wing | 2015-10-08 01:02:41 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2015-10-08 01:04:12 -0400 | 
| commit | ed38753948318b15bc82574bf25482d215e71a19 (patch) | |
| tree | fbd75413a3932b8349f9b717a54915de9841d980 /autoload/space_vlaze | |
| parent | c9934c4b1192f50ae0d6930381622c58fbe7048a (diff) | |
| download | vim-space-vlaze-ed38753948318b15bc82574bf25482d215e71a19.tar.bz2 | |
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.
Diffstat (limited to 'autoload/space_vlaze')
| -rw-r--r-- | autoload/space_vlaze/life.vim | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 | 
