<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/legacy, 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>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>
<entry>
<title>vim-patch:7.4.1643</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:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e4d1bf7177e00eb41928bd17ae4c3c936f047053'/>
<id>e4d1bf7177e00eb41928bd17ae4c3c936f047053</id>
<content type='text'>
Problem:    Terminating file name has side effects.
Solution:   Restore the character. (mostly by James McCoy, closes vim/vim#713)

https://github.com/vim/vim/commit/d4caf5c16a9f1c9477d426e58d8d3dc47ab5f066
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Terminating file name has side effects.
Solution:   Restore the character. (mostly by James McCoy, closes vim/vim#713)

https://github.com/vim/vim/commit/d4caf5c16a9f1c9477d426e58d8d3dc47ab5f066
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1641</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:17:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5f0c76b243aca8d5fcab15c24bf2b0ba33852155'/>
<id>5f0c76b243aca8d5fcab15c24bf2b0ba33852155</id>
<content type='text'>
Problem:    Using unterminated string.
Solution:   Add NUL before calling vim_strsave_shellescape(). (James McCoy)

https://github.com/vim/vim/commit/5ca84ce4aa2832041f843e624c222bbc1f4d3e14
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using unterminated string.
Solution:   Add NUL before calling vim_strsave_shellescape(). (James McCoy)

https://github.com/vim/vim/commit/5ca84ce4aa2832041f843e624c222bbc1f4d3e14
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Update migrated legacy test 88 for patch 7.4.639.</title>
<updated>2016-03-09T22:55:16+00:00</updated>
<author>
<name>Lucas Hoffmann</name>
<email>l-m-h@web.de</email>
</author>
<published>2016-02-06T07:25:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=316d38d98c67c0d6312d55304743ee9b376c8dbc'/>
<id>316d38d98c67c0d6312d55304743ee9b376c8dbc</id>
<content type='text'>
The patch was merged into master at d25a59f4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The patch was merged into master at d25a59f4.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Modernize legacy test 88.</title>
<updated>2016-03-09T22:55:13+00:00</updated>
<author>
<name>Lucas Hoffmann</name>
<email>l-m-h@web.de</email>
</author>
<published>2015-06-20T23:37:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=925c020a1b33bc40f4c0fe3448973164bc1728f8'/>
<id>925c020a1b33bc40f4c0fe3448973164bc1728f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Migrate legacy test 88.</title>
<updated>2016-03-09T22:54:26+00:00</updated>
<author>
<name>Lucas Hoffmann</name>
<email>l-m-h@web.de</email>
</author>
<published>2015-05-15T17:03:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=87c208a43ff688f849ab174b0aaa6e0e03d3fb50'/>
<id>87c208a43ff688f849ab174b0aaa6e0e03d3fb50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite hexadecimal escape sequences as decimal in lua strings</title>
<updated>2016-03-07T06:58:35+00:00</updated>
<author>
<name>Thiago de Arruda</name>
<email>tpadilha84@gmail.com</email>
</author>
<published>2016-03-06T22:48:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c6ec148f2dfc837592d41720e5dc42bbe4e4eb78'/>
<id>c6ec148f2dfc837592d41720e5dc42bbe4e4eb78</id>
<content type='text'>
The hexadecimal notation is a Luajit extension which is not compatible with Lua
5.1. While Lua 5.2 does support hexadecimal sequences, it is better to target
Lua 5.1 for maximum compatibility with Luajit(which has fully compatible with
5.1 API/ABI).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The hexadecimal notation is a Luajit extension which is not compatible with Lua
5.1. While Lua 5.2 does support hexadecimal sequences, it is better to target
Lua 5.1 for maximum compatibility with Luajit(which has fully compatible with
5.1 API/ABI).
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dependency on ffi module</title>
<updated>2016-03-07T06:58:29+00:00</updated>
<author>
<name>Thiago de Arruda</name>
<email>tpadilha84@gmail.com</email>
</author>
<published>2016-03-06T22:26:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=35d8d10a6ac924f3e64dda8c0df46d1f62da5b0a'/>
<id>35d8d10a6ac924f3e64dda8c0df46d1f62da5b0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: add autocmd_spec.lua</title>
<updated>2016-03-02T11:37:50+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2016-03-02T01:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a528d56ba0169cc902f6fe952ca7625cc29cb940'/>
<id>a528d56ba0169cc902f6fe952ca7625cc29cb940</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
