<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/testdir/Makefile, branch v0.4.4</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.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>-u NONE for no syntax highlighting</title>
<updated>2019-08-22T03:06:30+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-08-21T06:37:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=86d88076ceeef20301b06fd69a8f98c73cffe9c6'/>
<id>86d88076ceeef20301b06fd69a8f98c73cffe9c6</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.1476: no statistics displayed after running tests</title>
<updated>2019-08-22T03:06:30+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-08-20T03:04:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=72f453d149d288061616cb558190d0f7efca0db1'/>
<id>72f453d149d288061616cb558190d0f7efca0db1</id>
<content type='text'>
Problem:    No statistics displayed after running tests.
Solution:   Summarize the test results. (Christian Brabandt, closes vim/vim#4391)
            Also make it possible to report a skipped file.
https://github.com/vim/vim/commit/9c0cec65f891492314caadeef87a50251a21e630

Removes our custom no-inits from `$(RUN_VIMTEST)`, since we have
`$(NO_INITS)` now also.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No statistics displayed after running tests.
Solution:   Summarize the test results. (Christian Brabandt, closes vim/vim#4391)
            Also make it possible to report a skipped file.
https://github.com/vim/vim/commit/9c0cec65f891492314caadeef87a50251a21e630

Removes our custom no-inits from `$(RUN_VIMTEST)`, since we have
`$(NO_INITS)` now also.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: fix problem of breaking user's viminfo (#10824)</title>
<updated>2019-08-22T03:06:14+00:00</updated>
<author>
<name>erw7</name>
<email>erw7.github@gmail.com</email>
</author>
<published>2019-08-22T03:06:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3223dedfc36a883c81d58a4be9e218a1eae5ff66'/>
<id>3223dedfc36a883c81d58a4be9e218a1eae5ff66</id>
<content type='text'>
Vim turns on 'compatible' as a side effect of using the -u command line
option. As a result, viminfo is not used. But that is not the case with
neovim. neovim requires the -i command line option to avoid breaking
user's viminfo.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Vim turns on 'compatible' as a side effect of using the -u command line
option. As a result, viminfo is not used. But that is not the case with
neovim. neovim requires the -i command line option to avoid breaking
user's viminfo.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove test52</title>
<updated>2019-08-17T03:29:09+00:00</updated>
<author>
<name>erw7</name>
<email>erw7.github@gmail.com</email>
</author>
<published>2019-08-07T02:28:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=737074c8bf69ca737c9325558dafe137530bf184'/>
<id>737074c8bf69ca737c9325558dafe137530bf184</id>
<content type='text'>
Test52 does nothing on UNIX. And vim on Windows performs mbyte-conversion
between Unicode and code page using Windows API(See :h mbyte-conversion).
Test52 seems to be testing its functionality. In neovim, the conversion
function by Windows API has been removed. Therefore, there is no point
in doing this test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test52 does nothing on UNIX. And vim on Windows performs mbyte-conversion
between Unicode and code page using Windows API(See :h mbyte-conversion).
Test52 seems to be testing its functionality. In neovim, the conversion
function by Windows API has been removed. Therefore, there is no point
in doing this test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add target fixff to testdir/Makefile</title>
<updated>2019-08-17T03:29:09+00:00</updated>
<author>
<name>erw7</name>
<email>erw7.github@gmail.com</email>
</author>
<published>2019-08-05T04:27:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=619f1360752ad121426b5b352a05d28f8069b590'/>
<id>619f1360752ad121426b5b352a05d28f8069b590</id>
<content type='text'>
In Windows, since conversion of the line feed code is necessary, porting
fixff target from Make_mingw.mak of vim.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Windows, since conversion of the line feed code is necessary, porting
fixff target from Make_mingw.mak of vim.
</pre>
</div>
</content>
</entry>
<entry>
<title>oldtest: more compact output with "clean" target (#10477)</title>
<updated>2019-07-12T13:15:15+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-07-12T13:15:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ec66d2eecd544f764ff73a3f4aa472f188d2fea6'/>
<id>ec66d2eecd544f764ff73a3f4aa472f188d2fea6</id>
<content type='text'>
Previously it would be displayed across multiple lines (with the escaped
newlines), while this makes it display in a single line.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously it would be displayed across multiple lines (with the escaped
newlines), while this makes it display in a single line.</pre>
</div>
</content>
</entry>
<entry>
<title>test/old: run test_arglist</title>
<updated>2019-06-19T05:36:01+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2019-05-05T15:15:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=516eb9bf9d19644d23c8f86f4b2b8c9457459ba3'/>
<id>516eb9bf9d19644d23c8f86f4b2b8c9457459ba3</id>
<content type='text'>
Run failing tests, added in vim-patch:8.1.0493.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run failing tests, added in vim-patch:8.1.0493.
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.1357: test 37 is old style</title>
<updated>2019-05-20T03:15:47+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2019-05-20T03:12:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=91c1737de67b0e3384fd69a6059b2c7b54690432'/>
<id>91c1737de67b0e3384fd69a6059b2c7b54690432</id>
<content type='text'>
Problem:    Test 37 is old style.
Solution:   Turn it into a new style test. (Yegappan Lakshmanan, closes vim/vim#4398)
https://github.com/vim/vim/commit/999dc14644b8a9530ce0da22e90ca402c95c9c5a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Test 37 is old style.
Solution:   Turn it into a new style test. (Yegappan Lakshmanan, closes vim/vim#4398)
https://github.com/vim/vim/commit/999dc14644b8a9530ce0da22e90ca402c95c9c5a
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.1285: test17 is old style</title>
<updated>2019-05-07T02:35:45+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2019-05-07T01:10:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=210d803777a82616710fd0816fc743ed987f2347'/>
<id>210d803777a82616710fd0816fc743ed987f2347</id>
<content type='text'>
Problem:    Test17 is old style.
Solution:   Turn into new style test. (Yegappan Lakshmanan, closes vim/vim#4347)
https://github.com/vim/vim/commit/f0ab01f6d868164ed0bb247b6f7b152e6929ef18
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Test17 is old style.
Solution:   Turn into new style test. (Yegappan Lakshmanan, closes vim/vim#4347)
https://github.com/vim/vim/commit/f0ab01f6d868164ed0bb247b6f7b152e6929ef18
</pre>
</div>
</content>
</entry>
</feed>
