<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/testdir/Makefile, branch v0.3.0</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:8.0.0265: ml_get error when :pydo deletes lines (#8492)</title>
<updated>2018-06-07T08:06:06+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2018-06-07T08:06:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5a82afa17aa7dec33af2f9c67e7786e7b5e9e8bb'/>
<id>5a82afa17aa7dec33af2f9c67e7786e7b5e9e8bb</id>
<content type='text'>
Problem:    May get ml_get error when :pydo deletes lines or switches to
            another buffer. (Nikolai Pavlov, issue vim/vim#1421)
Solution:   Check the buffer and line every time.
https://github.com/vim/vim/commit/a58883b4ea0bbb813fd4dd7eb49dd6f03e3e5387

(We only include the tests, the Vim code changes are N/A for Nvim.)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    May get ml_get error when :pydo deletes lines or switches to
            another buffer. (Nikolai Pavlov, issue vim/vim#1421)
Solution:   Check the buffer and line every time.
https://github.com/vim/vim/commit/a58883b4ea0bbb813fd4dd7eb49dd6f03e3e5387

(We only include the tests, the Vim code changes are N/A for Nvim.)</pre>
</div>
</content>
</entry>
<entry>
<title>test/old: fix test filename</title>
<updated>2018-05-20T17:12:34+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-05-20T17:09:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1642917f9ba873be7be2dae346efb29f64e268a0'/>
<id>1642917f9ba873be7be2dae346efb29f64e268a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #8417 'vim-patch: 8.0.0489, 8.0.0491, 8.0.0495, 8.0.0500'</title>
<updated>2018-05-20T07:14:27+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-05-20T07:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ff0350d2ed6b82a57a2520b513aeee86e5f4ebfa'/>
<id>ff0350d2ed6b82a57a2520b513aeee86e5f4ebfa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>oldtests: win: skip test49</title>
<updated>2018-04-13T01:11:55+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>janedmundlazo@hotmail.com</email>
</author>
<published>2018-04-13T01:11:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8e87d89a99b88d013655911ca9ebc34da37fbaa2'/>
<id>8e87d89a99b88d013655911ca9ebc34da37fbaa2</id>
<content type='text'>
Vim doesn't test it on Windows.
See https://github.com/vim/vim/blob/master/src/testdir/Make_all.mak
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Vim doesn't test it on Windows.
See https://github.com/vim/vim/blob/master/src/testdir/Make_all.mak
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #8147 'Run old tests in :terminal'</title>
<updated>2018-03-20T23:26:39+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-03-20T23:26:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=535bf89597ab142bca9fed33c4ccce8d326e5601'/>
<id>535bf89597ab142bca9fed33c4ccce8d326e5601</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>oldtests: Make test output least verbose</title>
<updated>2018-03-20T21:54:32+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2018-03-18T21:53:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=519ff2ad42c820bb21f283223e42b46b375c9a5c'/>
<id>519ff2ad42c820bb21f283223e42b46b375c9a5c</id>
<content type='text'>
Also removes `-` before `rm -rf` as `-f` is supposed to already suppress error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also removes `-` before `rm -rf` as `-f` is supposed to already suppress error.
</pre>
</div>
</content>
</entry>
<entry>
<title>oldtests: Run old tests in :terminal</title>
<updated>2018-03-18T20:51:43+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2018-03-17T23:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1c0a2a39b65ebf47b9d4997ce84f470c5d09d140'/>
<id>1c0a2a39b65ebf47b9d4997ce84f470c5d09d140</id>
<content type='text'>
Reasoning:

- No need to check for terminal size.
- No need to mess with terminal title.
- Allows old tests to timeout with the rest of the build proceeding.
- Less and less messy output to travis log.
- Opens a path allowing old tests run in parallel. Though last bit needs test
  refactoring.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reasoning:

- No need to check for terminal size.
- No need to mess with terminal title.
- Allows old tests to timeout with the rest of the build proceeding.
- Less and less messy output to travis log.
- Opens a path allowing old tests run in parallel. Though last bit needs test
  refactoring.
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.0.0222: blockwise put on multi-byte char (#8030)</title>
<updated>2018-02-20T20:44:37+00:00</updated>
<author>
<name>KunMing Xie</name>
<email>qqzz014@gmail.com</email>
</author>
<published>2018-02-20T20:44:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ec02d9aad6b3015b1802476521a65234c70b0574'/>
<id>ec02d9aad6b3015b1802476521a65234c70b0574</id>
<content type='text'>
Note: code change was covered by c2a18216114bae75b6d6a2c7f1a68db04578abce

Problem:    When a multi-byte character ends in a zero byte, putting blockwise
            text puts it before the character instead of after it.
Solution:   Use int instead of char for the character under the cursor.
            (Luchr, closes vim/vim#1403)  Add a test.
https://github.com/vim/vim/commit/c81299684b2b9045e56525d3da3f45e8440fbf0d</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note: code change was covered by c2a18216114bae75b6d6a2c7f1a68db04578abce

Problem:    When a multi-byte character ends in a zero byte, putting blockwise
            text puts it before the character instead of after it.
Solution:   Use int instead of char for the character under the cursor.
            (Luchr, closes vim/vim#1403)  Add a test.
https://github.com/vim/vim/commit/c81299684b2b9045e56525d3da3f45e8440fbf0d</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.0.1271: still too many old style tests</title>
<updated>2018-02-11T23:48:30+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-02-11T23:05:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c68d89521fc92834086abb6ad5ed12327b62ff60'/>
<id>c68d89521fc92834086abb6ad5ed12327b62ff60</id>
<content type='text'>
Problem:    Still too many old style tests.
Solution:   Convert a few more tests to new style. (Yegappan Lakshmanan,
            closes vim/vim#2290)

https://github.com/vim/vim/commit/fb094e14c19337de824d4e6710ca6a2617930ab0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Still too many old style tests.
Solution:   Convert a few more tests to new style. (Yegappan Lakshmanan,
            closes vim/vim#2290)

https://github.com/vim/vim/commit/fb094e14c19337de824d4e6710ca6a2617930ab0
</pre>
</div>
</content>
</entry>
<entry>
<title>test/old: skip encoding=latin1 test</title>
<updated>2018-02-11T22:53:05+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-02-11T22:47:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5191f963bf7c889360154af35c414a1fe83ce4ba'/>
<id>5191f963bf7c889360154af35c414a1fe83ce4ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
