<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/testdir, branch v0.4.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>test/old: detect user modules for python,ruby</title>
<updated>2019-09-15T12:26:54+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2019-09-15T11:32:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=36a167015145b46bc043daac2d06c3dc5f8b8dbb'/>
<id>36a167015145b46bc043daac2d06c3dc5f8b8dbb</id>
<content type='text'>
Set the environment variables before changing $HOME
so that python,ruby can find user modules not in $HOME.

Reference:
- https://github.com/neovim/neovim/commit/7be7ec98a22451ec75ce5eb9284fa1722b53c697
- https://github.com/neovim/neovim/issues/10270#issuecomment-531516948
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set the environment variables before changing $HOME
so that python,ruby can find user modules not in $HOME.

Reference:
- https://github.com/neovim/neovim/commit/7be7ec98a22451ec75ce5eb9284fa1722b53c697
- https://github.com/neovim/neovim/issues/10270#issuecomment-531516948
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.0220: Ruby converts v:true and v:false to a number</title>
<updated>2019-09-15T11:41:08+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2019-09-15T11:11:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c65dd2d114b8a493b05e8b570a5dff6f696acd9c'/>
<id>c65dd2d114b8a493b05e8b570a5dff6f696acd9c</id>
<content type='text'>
Problem:    Ruby converts v:true and v:false to a number.
Solution:   Use Qtrue and Qfalse instead. (Masataka Pocke Kuwabara,
            closes vim/vim#3259)
https://github.com/vim/vim/commit/d84b26a03b13cd816d80ff32b61e8de740d499ce

nvim does not support v:none.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Ruby converts v:true and v:false to a number.
Solution:   Use Qtrue and Qfalse instead. (Masataka Pocke Kuwabara,
            closes vim/vim#3259)
https://github.com/vim/vim/commit/d84b26a03b13cd816d80ff32b61e8de740d499ce

nvim does not support v:none.
</pre>
</div>
</content>
</entry>
<entry>
<title>test/old: skip python-bindeval tests</title>
<updated>2019-09-14T21:53:52+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2019-09-14T21:53:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cccfc1b60387b31a878e33010c9d61f339e68d63'/>
<id>cccfc1b60387b31a878e33010c9d61f339e68d63</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:8.1.0212: preferred cursor column not set in interfaces</title>
<updated>2019-09-14T21:46:07+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2019-09-14T21:44:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ce3d9503b2f47f592be5cee51af4f78285c69506'/>
<id>ce3d9503b2f47f592be5cee51af4f78285c69506</id>
<content type='text'>
Problem:    Preferred cursor column not set in interfaces.
Solution:   Set w_set_curswant when setting the cursor. (David Hotham,
            closes vim/vim#3060)
https://github.com/vim/vim/commit/53901442f37a59e5495165f91db5574c0b43ab04

This contains test_ruby changes only.
test_python changes were ported before.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Preferred cursor column not set in interfaces.
Solution:   Set w_set_curswant when setting the cursor. (David Hotham,
            closes vim/vim#3060)
https://github.com/vim/vim/commit/53901442f37a59e5495165f91db5574c0b43ab04

This contains test_ruby changes only.
test_python changes were ported before.
</pre>
</div>
</content>
</entry>
<entry>
<title>test/old: skip failing ruby tests</title>
<updated>2019-09-14T21:05:04+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2019-09-14T21:00:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=67bede0b270600deeef23db28216cd88f03eb8a7'/>
<id>67bede0b270600deeef23db28216cd88f03eb8a7</id>
<content type='text'>
These tests didn't pass in https://github.com/neovim/neovim/pull/9245
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These tests didn't pass in https://github.com/neovim/neovim/pull/9245
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.0.1448: segfault with exception inside :rubyfile command</title>
<updated>2019-09-14T20:34:16+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2019-09-14T20:31:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=232cce9abe830d7826e08134089b3f039ca744fc'/>
<id>232cce9abe830d7826e08134089b3f039ca744fc</id>
<content type='text'>
Problem:    Segmentation fault when Ruby throws an exception inside :rubyfile
            command.
Solution:   Use rb_protect() instead of rb_load_protect(). (ujihisa,
            closes vim/vim#2147, greywolf, closes vim/vim#2512, vim/vim#2511)
https://github.com/vim/vim/commit/37badc898b8d167e11553b6d05908ffd35928a6e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Segmentation fault when Ruby throws an exception inside :rubyfile
            command.
Solution:   Use rb_protect() instead of rb_load_protect(). (ujihisa,
            closes vim/vim#2147, greywolf, closes vim/vim#2512, vim/vim#2511)
https://github.com/vim/vim/commit/37badc898b8d167e11553b6d05908ffd35928a6e
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.2028: options test script does not work</title>
<updated>2019-09-14T17:07:58+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2019-09-14T17:05:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1a718f4fae82ac677e868451a8b79a70bd74a6a0'/>
<id>1a718f4fae82ac677e868451a8b79a70bd74a6a0</id>
<content type='text'>
Problem:    Options test script does not work.
Solution:   Use optiondefs.h for input.
https://github.com/vim/vim/commit/d9b0d83b13d2691e4544709abd87eac004715175
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Options test script does not work.
Solution:   Use optiondefs.h for input.
https://github.com/vim/vim/commit/d9b0d83b13d2691e4544709abd87eac004715175
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.0289: cursor moves to wrong column after quickfix jump</title>
<updated>2019-09-14T16:31:47+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2019-09-14T16:30:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=27fd4f31fda297b5996cf79eaaf5e8617eab777c'/>
<id>27fd4f31fda297b5996cf79eaaf5e8617eab777c</id>
<content type='text'>
Problem:    Cursor moves to wrong column after quickfix jump.
Solution:   Set the curswant flag. (Andy Massimino, closes vim/vim#3331)
https://github.com/vim/vim/commit/2dfcef4c08a3371e2126504bea00b274f937a840
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cursor moves to wrong column after quickfix jump.
Solution:   Set the curswant flag. (Andy Massimino, closes vim/vim#3331)
https://github.com/vim/vim/commit/2dfcef4c08a3371e2126504bea00b274f937a840
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.2023: no test for synIDattr() returning "strikethrough" (#11018)</title>
<updated>2019-09-14T14:32:38+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-09-14T14:32:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8c88d98df955ebf2fb93506c19ce2af82e24a2df'/>
<id>8c88d98df955ebf2fb93506c19ce2af82e24a2df</id>
<content type='text'>
Problem:    No test for synIDattr() returning "strikethrough".
Solution:   Extend the synIDattr() test. (Jaskaran Singh, closes vim/vim#4929)
https://github.com/vim/vim/commit/dcb2b9cb085288d2a2e4cc31abc591ade04e782e</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No test for synIDattr() returning "strikethrough".
Solution:   Extend the synIDattr() test. (Jaskaran Singh, closes vim/vim#4929)
https://github.com/vim/vim/commit/dcb2b9cb085288d2a2e4cc31abc591ade04e782e</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.0259: no test for fixed quickfix issue</title>
<updated>2019-09-13T04:47:30+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2019-09-13T04:38:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=fba9c724957f0a18cb42ffdb75375241da08c6c6'/>
<id>fba9c724957f0a18cb42ffdb75375241da08c6c6</id>
<content type='text'>
Problem:    No test for fixed quickfix issue.
Solution:   Add a test.  Clean up the code a bit. (Yegappan Lakshmanan)
https://github.com/vim/vim/commit/3f347e4716c44cf6458be407e712e3d708d82580
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No test for fixed quickfix issue.
Solution:   Add a test.  Clean up the code a bit. (Yegappan Lakshmanan)
https://github.com/vim/vim/commit/3f347e4716c44cf6458be407e712e3d708d82580
</pre>
</div>
</content>
</entry>
</feed>
