<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/legacy, branch v0.1.6</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>Merge pull request #5441 from Shougo/vim-7.4.1588</title>
<updated>2016-10-20T14:47:42+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2016-10-20T14:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5bcb7aa8bf75966416f2df5a838e5cb71d439ae7'/>
<id>5bcb7aa8bf75966416f2df5a838e5cb71d439ae7</id>
<content type='text'>
vim-patch:7.4.1588
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim-patch:7.4.1588
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1565</title>
<updated>2016-10-15T05:25:50+00:00</updated>
<author>
<name>Shougo Matsushita</name>
<email>Shougo.Matsu@gmail.com</email>
</author>
<published>2016-10-06T14:49:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3bb388664d0c5ab365a4d8ea1e8efe2bd11cbb90'/>
<id>3bb388664d0c5ab365a4d8ea1e8efe2bd11cbb90</id>
<content type='text'>
Problem:    Crash when assert_equal() runs into a NULL string.
Solution:   Check for NULL. (Dominique) Add a test.

https://github.com/vim/vim/commit/f1551964448607f8222de2d8f0992ea43eb2fe67
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash when assert_equal() runs into a NULL string.
Solution:   Check for NULL. (Dominique) Add a test.

https://github.com/vim/vim/commit/f1551964448607f8222de2d8f0992ea43eb2fe67
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1588</title>
<updated>2016-10-15T02:09:03+00:00</updated>
<author>
<name>Shougo Matsushita</name>
<email>Shougo.Matsu@gmail.com</email>
</author>
<published>2016-10-06T14:58:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=41ab09539990518233f78eba7d9e5094845f2964'/>
<id>41ab09539990518233f78eba7d9e5094845f2964</id>
<content type='text'>
Problem:    Old style test for quickfix.
Solution:   Turn test 96 into a new style test.

https://github.com/vim/vim/commit/1ff2b64b11e7d263c6853745d5e594bd8f94b91e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Old style test for quickfix.
Solution:   Turn test 96 into a new style test.

https://github.com/vim/vim/commit/1ff2b64b11e7d263c6853745d5e594bd8f94b91e
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1740</title>
<updated>2016-09-21T18:46:30+00:00</updated>
<author>
<name>Nova</name>
<email>novadev94@gmail.com</email>
</author>
<published>2016-09-21T10:15:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a20a00459c8e9272f6dc9b09f42b7ff329da0eea'/>
<id>a20a00459c8e9272f6dc9b09f42b7ff329da0eea</id>
<content type='text'>
Problem:    syn-cchar defined with matchadd() does not appear if there are no
            other syntax definitions which matches buffer text.
Solution:   Check for startcol. (Ozaki Kiichi, haya14busa, closes vim/vim#757)

https://github.com/vim/vim/commit/4d585022023b96f6507e8cae5ed8fc8d926f5140
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    syn-cchar defined with matchadd() does not appear if there are no
            other syntax definitions which matches buffer text.
Solution:   Check for startcol. (Ozaki Kiichi, haya14busa, closes vim/vim#757)

https://github.com/vim/vim/commit/4d585022023b96f6507e8cae5ed8fc8d926f5140
</pre>
</div>
</content>
</entry>
<entry>
<title>test: legacy/012_directory_spec: Also use dot-prefix on Windows.</title>
<updated>2016-09-20T09:08:14+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-09-20T07:46:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=911421d328a91a56389248fe27bee6c95784d95f'/>
<id>911421d328a91a56389248fe27bee6c95784d95f</id>
<content type='text'>
win32 handles dot-prefixed files just fine; Nvim-on-Windows does not
perpetuate the Vim-on-Windows behavior of avoiding dot-prefixed files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
win32 handles dot-prefixed files just fine; Nvim-on-Windows does not
perpetuate the Vim-on-Windows behavior of avoiding dot-prefixed files.
</pre>
</div>
</content>
</entry>
<entry>
<title>test/helpers.rmdir(): Retry once after a delay.</title>
<updated>2016-09-20T09:08:14+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-09-18T21:43:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=764f576d641fbc1f0608148d995a63847adb010e'/>
<id>764f576d641fbc1f0608148d995a63847adb010e</id>
<content type='text'>
Attempt to avoid "Permission denied" on Windows potentially caused by open
filepath handle in sibling process.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Attempt to avoid "Permission denied" on Windows potentially caused by open
filepath handle in sibling process.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: migrate legacy test 12. #4196</title>
<updated>2016-09-18T14:38:10+00:00</updated>
<author>
<name>Lucas Hoffmann</name>
<email>l-m-h@web.de</email>
</author>
<published>2015-05-15T17:03:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4a6b4bbf931bee14717ae1c30331e85758a3080e'/>
<id>4a6b4bbf931bee14717ae1c30331e85758a3080e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>functionaltest: Create lua helper for os.tmpname()</title>
<updated>2016-08-31T10:32:28+00:00</updated>
<author>
<name>Rui Abreu Ferreira</name>
<email>raf-ep@gmx.com</email>
</author>
<published>2015-12-29T19:18:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9ce81f7b2b90846063f6bd4a5ce8efc61e437983'/>
<id>9ce81f7b2b90846063f6bd4a5ce8efc61e437983</id>
<content type='text'>
In Windows Lua's os.tmpname() returns relative paths starting with \s,
prepend them with $TEMP to generate a valid path.

In OS X os.tmpname() returns paths in '/tmp' but they should be in
'/private/tmp'. We cannot use os_name() for platform detection because
some tests use tempname() before nvim is spawned, instead use one of the
following:

1. Set SYSTEM_NAME environment variable before calling the tests, it
   is set from CMAKE_SYSTEM_NAME(i.e. uname -s or 'Windows')
2. Call uname -s
3. Assume windows
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Windows Lua's os.tmpname() returns relative paths starting with \s,
prepend them with $TEMP to generate a valid path.

In OS X os.tmpname() returns paths in '/tmp' but they should be in
'/private/tmp'. We cannot use os_name() for platform detection because
some tests use tempname() before nvim is spawned, instead use one of the
following:

1. Set SYSTEM_NAME environment variable before calling the tests, it
   is set from CMAKE_SYSTEM_NAME(i.e. uname -s or 'Windows')
2. Call uname -s
3. Assume windows
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark some functional tests as pending in Windows</title>
<updated>2016-08-26T07:21:41+00:00</updated>
<author>
<name>Rui Abreu Ferreira</name>
<email>raf-ep@gmx.com</email>
</author>
<published>2016-08-15T23:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=39c628d031b89e9048340f6c95b9c3a97c2a0089'/>
<id>39c628d031b89e9048340f6c95b9c3a97c2a0089</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: don't ignore highlights in various tests</title>
<updated>2016-08-14T19:53:02+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-08-09T13:11:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f282b8ecac37e7776674a7eb48397f29eb6d173e'/>
<id>f282b8ecac37e7776674a7eb48397f29eb6d173e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
