<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-space-vlaze/plugin, branch master</title>
<subtitle>A space shooter game that runs in Vim</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-space-vlaze/'/>
<entry>
<title>plugin/space_vlaze.vim: Don't create mapping if map already exists</title>
<updated>2015-10-08T08:40:34+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-10-08T08:40:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-space-vlaze/commit/?id=adf993a8df0f88ab4c51e063f5676e654ff0d0f6'/>
<id>adf993a8df0f88ab4c51e063f5676e654ff0d0f6</id>
<content type='text'>
If the user has already defined a mapping for `&lt;leader&gt;sv` then don't
overwrite their mapping.

Also define a `&lt;Plug&gt;` mapping for this for users to map to if so
desired.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the user has already defined a mapping for `&lt;leader&gt;sv` then don't
overwrite their mapping.

Also define a `&lt;Plug&gt;` mapping for this for users to map to if so
desired.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit. Initial menu and board state</title>
<updated>2015-10-04T16:41:37+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-10-04T16:41:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-space-vlaze/commit/?id=864b87d37a5c19e0445a3fb124ea154b201d5ae3'/>
<id>864b87d37a5c19e0445a3fb124ea154b201d5ae3</id>
<content type='text'>
Setup layout and structure of the code.

* Add a command and map to start the game
* When the game is started, prompt for game start, help, or leaderboard
* Create help file template (TODO)
* On game start, initialise the board with spaces and a player character
* Setup buffer locals on game start
* Create various functions that we'll need coming up either as stubs or
  filled in with what they'll probably be.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Setup layout and structure of the code.

* Add a command and map to start the game
* When the game is started, prompt for game start, help, or leaderboard
* Create help file template (TODO)
* On game start, initialise the board with spaces and a player character
* Setup buffer locals on game start
* Create various functions that we'll need coming up either as stubs or
  filled in with what they'll probably be.
</pre>
</div>
</content>
</entry>
</feed>
