<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/testdir, branch v0.2.2</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.0227 (#7548)</title>
<updated>2017-11-13T07:30:25+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-13T07:30:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8fff2ef74aae47042c4ee903ae996aa789787fe1'/>
<id>8fff2ef74aae47042c4ee903ae996aa789787fe1</id>
<content type='text'>
Problem:    Crash when 'fileformat' is forced to "dos" and the first line in
            the file is empty and does not have a CR character.
Solution:   Don't check for CR before the start of the buffer.

https://github.com/vim/vim/commit/2aa5f696b91a51f29873e340de4bdc182e1e8dd4</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash when 'fileformat' is forced to "dos" and the first line in
            the file is empty and does not have a CR character.
Solution:   Don't check for CR before the start of the buffer.

https://github.com/vim/vim/commit/2aa5f696b91a51f29873e340de4bdc182e1e8dd4</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #7530 'vim-patch:8.0.0226 vim-patch:8.0.0224'</title>
<updated>2017-11-13T00:26:22+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-13T00:26:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=20c672a4604bc400229c52795a8488cd034ed1b4'/>
<id>20c672a4604bc400229c52795a8488cd034ed1b4</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.0.0237 (#7531)</title>
<updated>2017-11-11T00:26:55+00:00</updated>
<author>
<name>KunMing Xie</name>
<email>qqzz014@gmail.com</email>
</author>
<published>2017-11-11T00:26:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a2fdd0a72f9d1f72f2e49e80719902a6f555454e'/>
<id>a2fdd0a72f9d1f72f2e49e80719902a6f555454e</id>
<content type='text'>
Problem:    When setting wildoptions=tagfile the completion context is not set
            correctly. (desjardins)
Solution:   Check for EXPAND_TAGS_LISTFILES. (Christian Brabandt, closes vim/vim#1399)

https://github.com/vim/vim/commit/ba47b51ff88d91c9bb5aa522183e23a656865697</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    When setting wildoptions=tagfile the completion context is not set
            correctly. (desjardins)
Solution:   Check for EXPAND_TAGS_LISTFILES. (Christian Brabandt, closes vim/vim#1399)

https://github.com/vim/vim/commit/ba47b51ff88d91c9bb5aa522183e23a656865697</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.0.0242 (#7532)</title>
<updated>2017-11-10T23:00:11+00:00</updated>
<author>
<name>KunMing Xie</name>
<email>qqzz014@gmail.com</email>
</author>
<published>2017-11-10T23:00:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4fa0970519c332350ce7cc687a0cd93ace17f5ca'/>
<id>4fa0970519c332350ce7cc687a0cd93ace17f5ca</id>
<content type='text'>
Problem:    Completion of user defined functions is not covered by tests.
Solution:   Add tests.  Also test various errors of user-defined commands.
            (Dominique Pelle, closes vim/vim#1413)

https://github.com/vim/vim/commit/65c836e6004647196ae0bc18e409a9e7b79207c0</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Completion of user defined functions is not covered by tests.
Solution:   Add tests.  Also test various errors of user-defined commands.
            (Dominique Pelle, closes vim/vim#1413)

https://github.com/vim/vim/commit/65c836e6004647196ae0bc18e409a9e7b79207c0</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.0.0218 (#7529)</title>
<updated>2017-11-10T22:35:55+00:00</updated>
<author>
<name>KunMing Xie</name>
<email>qqzz014@gmail.com</email>
</author>
<published>2017-11-10T22:35:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=faa15c5b83d409489c5147ad99e2c44adb3eb37c'/>
<id>faa15c5b83d409489c5147ad99e2c44adb3eb37c</id>
<content type='text'>
Problem:    No command line completion for :cexpr, :cgetexpr, :caddexpr, etc.
Solution:   Make completion work. (Yegappan Lakshmanan)  Add a test.

https://github.com/vim/vim/commit/2b2207ba69c6b009e466a36eef0644ca723e16d3</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No command line completion for :cexpr, :cgetexpr, :caddexpr, etc.
Solution:   Make completion work. (Yegappan Lakshmanan)  Add a test.

https://github.com/vim/vim/commit/2b2207ba69c6b009e466a36eef0644ca723e16d3</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.0.0226</title>
<updated>2017-11-10T15:33:40+00:00</updated>
<author>
<name>ckelsel</name>
<email>ckelsel@hotmail.com</email>
</author>
<published>2017-11-10T15:28:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=67a2207c4a4d9b848a4759a7f1e11b5ad1265648'/>
<id>67a2207c4a4d9b848a4759a7f1e11b5ad1265648</id>
<content type='text'>
Problem:    The test for patch 8.0.0224 misses the CR characters and passes
            even without the fix. (Christian Brabandt)
Solution:   Use double quotes and \&lt;CR&gt;.

https://github.com/vim/vim/commit/1695f99d08076d77ed3015f1edf09a668a4d449a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    The test for patch 8.0.0224 misses the CR characters and passes
            even without the fix. (Christian Brabandt)
Solution:   Use double quotes and \&lt;CR&gt;.

https://github.com/vim/vim/commit/1695f99d08076d77ed3015f1edf09a668a4d449a
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.0.0224</title>
<updated>2017-11-10T15:28:24+00:00</updated>
<author>
<name>ckelsel</name>
<email>ckelsel@hotmail.com</email>
</author>
<published>2017-11-10T15:17:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7e8212c459b285aacf2dd225c1dad5593314f094'/>
<id>7e8212c459b285aacf2dd225c1dad5593314f094</id>
<content type='text'>
Problem:    When 'fileformats' is changed in a BufReadPre auto command, it
            does not take effect in readfile(). (Gary Johnson)
Solution:   Check the value of 'fileformats' after executing auto commands.
            (Christian Brabandt)

https://github.com/vim/vim/commit/7a2699e868bca781e26b060a44fc714d87cfa4ba
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    When 'fileformats' is changed in a BufReadPre auto command, it
            does not take effect in readfile(). (Gary Johnson)
Solution:   Check the value of 'fileformats' after executing auto commands.
            (Christian Brabandt)

https://github.com/vim/vim/commit/7a2699e868bca781e26b060a44fc714d87cfa4ba
</pre>
</div>
</content>
</entry>
<entry>
<title>test/oldtest: `count` is not special in Nvim #7407</title>
<updated>2017-11-09T10:11:12+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-09T10:10:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9baa7ca37ff75921820fe5539f962a4e51f632ce'/>
<id>9baa7ca37ff75921820fe5539f962a4e51f632ce</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.0.1207</title>
<updated>2017-10-29T16:42:37+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-10-29T16:26:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1e2ae942f303e149ec7e69e1ca36c7defa21f65d'/>
<id>1e2ae942f303e149ec7e69e1ca36c7defa21f65d</id>
<content type='text'>
Problem:    Profiling skips the first and last script line.
Solution:   Check for BOM after setting script ID. (Lemonboy, closes vim/vim#2103,
            closes vim/vim#2112) Add a test. List the trailing script lines.

https://github.com/vim/vim/commit/67435d9983965c5c77fc74f0559779ce4554dacb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Profiling skips the first and last script line.
Solution:   Check for BOM after setting script ID. (Lemonboy, closes vim/vim#2103,
            closes vim/vim#2112) Add a test. List the trailing script lines.

https://github.com/vim/vim/commit/67435d9983965c5c77fc74f0559779ce4554dacb
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #7444 'vim-patch: test :profile'</title>
<updated>2017-10-29T12:54:17+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-10-29T12:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=45296b331fa462eeabb141037ad10a3ad24ab8a6'/>
<id>45296b331fa462eeabb141037ad10a3ad24ab8a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
