<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/scripts, branch v0.1.1</title>
<subtitle>Neovim fork with Rahm's personal hacks.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/'/>
<entry>
<title>Fix the examples for vim-patch.sh so they are valid commands. #3631</title>
<updated>2015-11-08T16:03:22+00:00</updated>
<author>
<name>Johan Klokkhammer Helsing</name>
<email>johanhelsing@gmail.com</email>
</author>
<published>2015-11-03T20:59:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cbb70448788358c0da95090607a40a26f43bdb9f'/>
<id>cbb70448788358c0da95090607a40a26f43bdb9f</id>
<content type='text'>
The examples were missing the required -p flag.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The examples were missing the required -p flag.
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts: Add filter argument to shadacat.py</title>
<updated>2015-10-23T11:47:59+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2015-10-18T18:08:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a85163a5d2af9d147e74ef2e52b7b4ac95611ab3'/>
<id>a85163a5d2af9d147e74ef2e52b7b4ac95611ab3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts: Improve shadacat to work with unknown items</title>
<updated>2015-10-08T19:00:29+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2015-08-08T02:10:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1e067920994a5dd02df8f71f21afa29f0d4bcd21'/>
<id>1e067920994a5dd02df8f71f21afa29f0d4bcd21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts: Also print entry offset in shadacat.py</title>
<updated>2015-10-08T19:00:16+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2015-07-26T16:29:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=38b8eb35610f154ef6d90b0e9be693f832dda0a9'/>
<id>38b8eb35610f154ef6d90b0e9be693f832dda0a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>shada: Add support for dumping/restoring bufs changes and win jumps</title>
<updated>2015-10-08T18:59:53+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2015-06-28T05:06:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=200e62efebe8e87fc612218b675b74def57519f1'/>
<id>200e62efebe8e87fc612218b675b74def57519f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>viminfo: First version of ShaDa file dumping</title>
<updated>2015-10-08T18:59:51+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2015-04-25T15:47:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=244dbe3a77bf548f73d8781da7327f30e818b08a'/>
<id>244dbe3a77bf548f73d8781da7327f30e818b08a</id>
<content type='text'>
What works:

1. ShaDa file dumping: header, registers, jump list, history, search patterns,
   substitute strings, variables.
2. ShaDa file reading: registers, global marks, variables.

Most was not tested.

TODO:

1. Merging.
2. Reading history, local marks, jump and buffer lists.
3. Documentation update.
4. Converting some data from &amp;encoding.
5. Safer variant of dumping viminfo (dump to temporary file then rename).
6. Removing old viminfo code (currently masked with `#if 0` in a ShaDa file for
   reference).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
What works:

1. ShaDa file dumping: header, registers, jump list, history, search patterns,
   substitute strings, variables.
2. ShaDa file reading: registers, global marks, variables.

Most was not tested.

TODO:

1. Merging.
2. Reading history, local marks, jump and buffer lists.
3. Documentation update.
4. Converting some data from &amp;encoding.
5. Safer variant of dumping viminfo (dump to temporary file then rename).
6. Removing old viminfo code (currently masked with `#if 0` in a ShaDa file for
   reference).
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch.sh: best-effort for older git.</title>
<updated>2015-08-28T03:44:48+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2015-08-28T03:44:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a7ec1a5f502e290f1e7d655ac225219c4d2c510e'/>
<id>a7ec1a5f502e290f1e7d655ac225219c4d2c510e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch.sh: get all untagged patches #3250</title>
<updated>2015-08-28T03:22:56+00:00</updated>
<author>
<name>Justin Gassner</name>
<email>justin.gassner@web.de</email>
</author>
<published>2015-08-26T23:11:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=aafbe5d28ab2060f704de61fe5011419002b2b2b'/>
<id>aafbe5d28ab2060f704de61fe5011419002b2b2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch.sh: update for git</title>
<updated>2015-08-26T07:02:13+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2015-08-26T06:07:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b4d29fe06738b1b7b27b163c237dfa6cd0a0c183'/>
<id>b4d29fe06738b1b7b27b163c237dfa6cd0a0c183</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch.sh: update for Vim's hg =&gt; git migration</title>
<updated>2015-08-26T06:15:24+00:00</updated>
<author>
<name>John Whitley</name>
<email>john@luminous-studios.com</email>
</author>
<published>2015-08-19T04:21:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4d39db355b6599389a86d9ad1aa76c98cb3c2461'/>
<id>4d39db355b6599389a86d9ad1aa76c98cb3c2461</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
