<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-grappele/autoload, branch v0.0.1</title>
<subtitle>Vim plugin to repeat the last G movement</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-grappele/'/>
<entry>
<title>Create G recall command</title>
<updated>2015-09-13T20:41:59+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-09-13T20:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-grappele/commit/?id=8e206e6d4ad49d70e4adc2b79feea4bbc426a3f2'/>
<id>8e206e6d4ad49d70e4adc2b79feea4bbc426a3f2</id>
<content type='text'>
* Add mapping for the recall command. Using `gG` because it's quick,
  easy to remember, and doesn't appear to be used for anything.
* Create `grappele#Recall()` function that goes to the last `G` count
* Store the most recent count passed into `G`

Using the recall command, you can `G` to the same count that you
previously used no matter what buffer you're now in.

TODO: The `G` command appears to be running slowly now for whatever
reason. Investigate what's going on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add mapping for the recall command. Using `gG` because it's quick,
  easy to remember, and doesn't appear to be used for anything.
* Create `grappele#Recall()` function that goes to the last `G` count
* Store the most recent count passed into `G`

Using the recall command, you can `G` to the same count that you
previously used no matter what buffer you're now in.

TODO: The `G` command appears to be running slowly now for whatever
reason. Investigate what's going on.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replicate n_G functionality</title>
<updated>2015-09-13T20:28:22+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-09-13T20:28:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-grappele/commit/?id=059cffa4d69ecfde1c13268413b92bef1de4f4d1'/>
<id>059cffa4d69ecfde1c13268413b92bef1de4f4d1</id>
<content type='text'>
Go to the end of the buffer when typed with no count, otherwise go to
the line specified by `v:count`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Go to the end of the buffer when typed with no count, otherwise go to
the line specified by `v:count`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit. Project setup.</title>
<updated>2015-09-13T20:00:45+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-09-13T20:00:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-grappele/commit/?id=59e8032b2b31dc06c60842bbf975effec6820958'/>
<id>59e8032b2b31dc06c60842bbf975effec6820958</id>
<content type='text'>
* Basic setup for the plugin:
    * `loaded` global
    * Create mapping definition based on style from tpope and System
      Copy
* Create dummy function in autoload
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Basic setup for the plugin:
    * `loaded` global
    * Create mapping definition based on style from tpope and System
      Copy
* Create dummy function in autoload
</pre>
</div>
</content>
</entry>
</feed>
