<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/lib, branch v0.2.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>bufhl: fix move</title>
<updated>2017-06-24T09:09:10+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-08-28T13:36:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8b375cf471359ad7632af7fa6a2298c9b7596691'/>
<id>8b375cf471359ad7632af7fa6a2298c9b7596691</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kbtree: make warning free and delete deprecated macros</title>
<updated>2017-06-24T09:09:10+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-08-28T11:26:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=28a549d597a286330ba87ff4fffe1e2d09e0f611'/>
<id>28a549d597a286330ba87ff4fffe1e2d09e0f611</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kbtree: eliminate unneccesary heap allocation</title>
<updated>2017-06-24T09:09:10+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-08-28T11:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=14e19b8aaf458270ec94deb941be8ee78706851a'/>
<id>14e19b8aaf458270ec94deb941be8ee78706851a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kbtree: use proper structs</title>
<updated>2017-06-24T09:09:10+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-08-06T07:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=53cf88c27bcea1099d48a1ca6dc0a4d7c44e0a98'/>
<id>53cf88c27bcea1099d48a1ca6dc0a4d7c44e0a98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kbtree: allow iterators to start at arbitrary position</title>
<updated>2017-06-24T09:09:10+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-07-29T18:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6712e08bba2d50899853bf98b786bdf48c3c79be'/>
<id>6712e08bba2d50899853bf98b786bdf48c3c79be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kbtree.h</title>
<updated>2017-06-24T09:09:10+00:00</updated>
<author>
<name>timeyyy</name>
<email>timeyyy_da_man@hotmail.com</email>
</author>
<published>2016-07-28T14:30:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0b6b03c47211dc45dda03d047c24925edbdbf099'/>
<id>0b6b03c47211dc45dda03d047c24925edbdbf099</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tui: "backpressure": Drop messages to avoid flooding.</title>
<updated>2016-12-09T17:51:17+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-10-03T08:46:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=043f85210a06168e36f103950897e00918504f6f'/>
<id>043f85210a06168e36f103950897e00918504f6f</id>
<content type='text'>
Closes #1234

multiqueue:
- Implement multiqueue_size()
- Rename MultiQueueItem.parent to MultiQueueItem.parent_item, to avoid confusion
  with MultiQueue.parent.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1234

multiqueue:
- Implement multiqueue_size()
- Rename MultiQueueItem.parent to MultiQueueItem.parent_item, to avoid confusion
  with MultiQueue.parent.
</pre>
</div>
</content>
</entry>
<entry>
<title>kvec: Do not bother with making capacity a power of 2</title>
<updated>2016-06-24T14:07:10+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2016-06-24T14:07:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=50f5bb8ade138a1a7a67838f01b7edb2f7396b92'/>
<id>50f5bb8ade138a1a7a67838f01b7edb2f7396b92</id>
<content type='text'>
This avoids gcc warnings about undefined behaviour.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids gcc warnings about undefined behaviour.</pre>
</div>
</content>
</entry>
<entry>
<title>*: Also fix the adjacent errors</title>
<updated>2016-06-10T21:08:58+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2016-06-10T19:35:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=739f066afee351ebb96a5f14a2721c9d78ab92c4'/>
<id>739f066afee351ebb96a5f14a2721c9d78ab92c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>*: Fix errors from new linter checks</title>
<updated>2016-06-10T21:08:57+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2016-06-10T19:23:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d359bb3f60cfb2eea7973081797841e69aeeb78c'/>
<id>d359bb3f60cfb2eea7973081797841e69aeeb78c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
