<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src, branch v0.1.3</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>Enabled -Wconversion in charset.c</title>
<updated>2016-04-06T13:32:02+00:00</updated>
<author>
<name>huchet</name>
<email>huchet@informatique.univ-paris-diderot.fr</email>
</author>
<published>2016-04-06T13:32:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=52a830fec6876cc7a14662d77af308ef345bb334'/>
<id>52a830fec6876cc7a14662d77af308ef345bb334</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>buffer.c: change return type to bool</title>
<updated>2016-04-03T19:39:33+00:00</updated>
<author>
<name>Charles Joachim</name>
<email>cacplate@gmail.com</email>
</author>
<published>2016-02-16T04:34:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=55844eee107b012f3b416c206b0cdde617087650'/>
<id>55844eee107b012f3b416c206b0cdde617087650</id>
<content type='text'>
Co-authored-by: Wayne Rowcliffe (@war1025)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Wayne Rowcliffe (@war1025)
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1425</title>
<updated>2016-04-02T02:24:23+00:00</updated>
<author>
<name>Shougo Matsushita</name>
<email>Shougo.Matsu@gmail.com</email>
</author>
<published>2016-04-02T02:22:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1a9be28c75bfff93d2e0e62ede50a01c6955f1f7'/>
<id>1a9be28c75bfff93d2e0e62ede50a01c6955f1f7</id>
<content type='text'>
Problem:    There are still references to MS-DOS support.
Solution:   Remove most of the help txt and install instructions. (Ken Takata)

https://github.com/vim/vim/commit/6e722e2f948bc51fcb92d98d6f2a089dac01e2bd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    There are still references to MS-DOS support.
Solution:   Remove most of the help txt and install instructions. (Ken Takata)

https://github.com/vim/vim/commit/6e722e2f948bc51fcb92d98d6f2a089dac01e2bd
</pre>
</div>
</content>
</entry>
<entry>
<title>api/buffer: deprecate old line and line slice functions</title>
<updated>2016-04-01T09:30:00+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-03-15T11:56:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6eda7c0e5f934d3387805033c6404b5ac2dcbd7d'/>
<id>6eda7c0e5f934d3387805033c6404b5ac2dcbd7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>api/buffer: introduce buffer_[gs]et_lines with new indexing convention.</title>
<updated>2016-04-01T09:29:51+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-01-23T19:30:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=51c7818d42a6ed2ca767508ecf81d3c550cfcf10'/>
<id>51c7818d42a6ed2ca767508ecf81d3c550cfcf10</id>
<content type='text'>
-1 is index past the end, and -2 is the index of the last element.
This eliminates the need for include_start/include_end.

Allow the handling of out-of-bounds to be configurable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-1 is index past the end, and -2 is the index of the last element.
This eliminates the need for include_start/include_end.

Allow the handling of out-of-bounds to be configurable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge PR #4492 'vim-patch:7.4.{1641,1643,1652,1654}'</title>
<updated>2016-03-31T22:22:38+00:00</updated>
<author>
<name>Thiago de Arruda</name>
<email>tpadilha84@gmail.com</email>
</author>
<published>2016-03-31T22:22:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b8643f69c192c32160a9f2ce7936afbe885b01e7'/>
<id>b8643f69c192c32160a9f2ce7936afbe885b01e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4510 from bfredl/termfix</title>
<updated>2016-03-31T18:43:02+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-03-31T18:43:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4b8f27338f1a4f393b1a6c6e219a073ca9bf39a7'/>
<id>4b8f27338f1a4f393b1a6c6e219a073ca9bf39a7</id>
<content type='text'>
terminal.c: temporary fix for incorrect paste handling</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
terminal.c: temporary fix for incorrect paste handling</pre>
</div>
</content>
</entry>
<entry>
<title>terminal.c: temporary fix for incorrect paste handling</title>
<updated>2016-03-31T13:14:25+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-03-31T13:06:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=14c9b30f2e9bc8d4081e787ab2072a9803732675'/>
<id>14c9b30f2e9bc8d4081e787ab2072a9803732675</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:7.4.1654</title>
<updated>2016-03-30T12:30:35+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2016-03-28T13:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7558f42f7d9900d37a1915ce78f1102ee251d420'/>
<id>7558f42f7d9900d37a1915ce78f1102ee251d420</id>
<content type='text'>
Problem:    Crash when using expand('%:S') in a buffer without a name.
Solution:   Don't set a NUL. (James McCoy, closes vim/vim#714)

https://github.com/vim/vim/commit/52c6eaffd43a8c8865f8d6ed7cde0a8b137479e2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash when using expand('%:S') in a buffer without a name.
Solution:   Don't set a NUL. (James McCoy, closes vim/vim#714)

https://github.com/vim/vim/commit/52c6eaffd43a8c8865f8d6ed7cde0a8b137479e2
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1652</title>
<updated>2016-03-30T12:30:35+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2016-03-25T18:28:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=62c0d99474eb0dffcd36d227057755c16c8a9570'/>
<id>62c0d99474eb0dffcd36d227057755c16c8a9570</id>
<content type='text'>
Problem:    Old style test for fnamemodify().
Solution:   Turn it into a new style test.

https://github.com/vim/vim/commit/610cc1b9b3c8104382f5506606c1f87118c28114
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Old style test for fnamemodify().
Solution:   Turn it into a new style test.

https://github.com/vim/vim/commit/610cc1b9b3c8104382f5506606c1f87118c28114
</pre>
</div>
</content>
</entry>
</feed>
