<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/legacy, branch v0.2.1</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.0148 #7344</title>
<updated>2017-10-07T15:10:37+00:00</updated>
<author>
<name>ckelsel</name>
<email>ckelsel@hotmail.com</email>
</author>
<published>2017-09-30T13:43:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c0e45d97b0cbc700cd6f2b9733c15875339262df'/>
<id>c0e45d97b0cbc700cd6f2b9733c15875339262df</id>
<content type='text'>
Problem:    When a C preprocessor statement has two line continuations the
            following line does not have the right indent. (Ken Takata)
Solution:   Add the indent of the previous continuation line. (Hirohito
            Higashi)

https://github.com/vim/vim/commit/c6aa475a27e3ed1645446b014c32ebf68d005d49
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    When a C preprocessor statement has two line continuations the
            following line does not have the right indent. (Ken Takata)
Solution:   Add the indent of the previous continuation line. (Hirohito
            Higashi)

https://github.com/vim/vim/commit/c6aa475a27e3ed1645446b014c32ebf68d005d49
</pre>
</div>
</content>
</entry>
<entry>
<title>test: lint whitespace in legacy/ (#7308)</title>
<updated>2017-09-24T18:42:48+00:00</updated>
<author>
<name>KillTheMule</name>
<email>github@pipsfrank.de</email>
</author>
<published>2017-09-24T18:42:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=126b2ca077718a02c086039c8f98ef267cf9eb3e'/>
<id>126b2ca077718a02c086039c8f98ef267cf9eb3e</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.0186 (#7154)</title>
<updated>2017-09-10T10:52:43+00:00</updated>
<author>
<name>KunMing Xie</name>
<email>qqzz014@gmail.com</email>
</author>
<published>2017-09-10T10:52:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ceade2fe53175555c44fdc4b65530f18aeb17591'/>
<id>ceade2fe53175555c44fdc4b65530f18aeb17591</id>
<content type='text'>
Problem:    The error message from assert_notequal() is confusing.
Solution:   Only mention the expected value.

https://github.com/vim/vim/commit/5869cf060e60cc09e71b2b3bd85f0576ec78f9f5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    The error message from assert_notequal() is confusing.
Solution:   Only mention the expected value.

https://github.com/vim/vim/commit/5869cf060e60cc09e71b2b3bd85f0576ec78f9f5
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7192 from llorens/vim-8.0.0092</title>
<updated>2017-08-25T15:21:36+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2017-08-25T15:21:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=46a4099dfbc5066969f334b42bc5d92b1384db32'/>
<id>46a4099dfbc5066969f334b42bc5d92b1384db32</id>
<content type='text'>
vim-patch:8.0.0092</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim-patch:8.0.0092</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #6973 from teto/normal_hl</title>
<updated>2017-08-22T18:01:50+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-08-22T18:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7f7698649fc15cbd929233ee7373ff3d9d113546'/>
<id>7f7698649fc15cbd929233ee7373ff3d9d113546</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax.c: register 'Normal' highlight group</title>
<updated>2017-08-22T10:37:59+00:00</updated>
<author>
<name>Matthieu Coudron</name>
<email>mattator@gmail.com</email>
</author>
<published>2017-08-15T16:03:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4d91369fd752bec5a5ffc15dc094c794b09b1f12'/>
<id>4d91369fd752bec5a5ffc15dc094c794b09b1f12</id>
<content type='text'>
- :hi Normal works with -u NONE
- Makes HL_TABLE and ATTR_ENTYRY a function instead of a macro so that in can be used in gdb.
- Introduces ATTRENTRY_INIT to init attrentry_t
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- :hi Normal works with -u NONE
- Makes HL_TABLE and ATTR_ENTYRY a function instead of a macro so that in can be used in gdb.
- Introduces ATTRENTRY_INIT to init attrentry_t
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.0.0437</title>
<updated>2017-08-22T00:29:49+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2017-08-21T16:46:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=fc7bf1c71d41dae7b8ab7e82b92ec0e8253b5291'/>
<id>fc7bf1c71d41dae7b8ab7e82b92ec0e8253b5291</id>
<content type='text'>
Problem:    The packadd test does not create the symlink correctly and does
            not test the right thing.
Solution:   Create the directory and symlink correctly.

https://github.com/vim/vim/commit/644df41c44cbdfacdedbba55ef77a6c6031eccd8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    The packadd test does not create the symlink correctly and does
            not test the right thing.
Solution:   Create the directory and symlink correctly.

https://github.com/vim/vim/commit/644df41c44cbdfacdedbba55ef77a6c6031eccd8
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.0.0326</title>
<updated>2017-08-22T00:29:49+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2017-08-21T16:38:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=651c6f9b6ebcd76fbf65045ab877fdf38b9d3db2'/>
<id>651c6f9b6ebcd76fbf65045ab877fdf38b9d3db2</id>
<content type='text'>
Problem:    Packadd test uses wrong directory name.
Solution:   Use the variable name value. (Hirohito Higashi)

https://github.com/vim/vim/commit/24f8f543d4036c5d2ce4ea6973a174cf2176cb72
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Packadd test uses wrong directory name.
Solution:   Use the variable name value. (Hirohito Higashi)

https://github.com/vim/vim/commit/24f8f543d4036c5d2ce4ea6973a174cf2176cb72
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.0.0325</title>
<updated>2017-08-22T00:29:48+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2017-08-21T16:37:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=24a556419627d3369f0a55b95dce07cb5316cf8b'/>
<id>24a556419627d3369f0a55b95dce07cb5316cf8b</id>
<content type='text'>
Problem:    Packadd test does not clean up symlink.
Solution:   Delete the link. (Hirohito Higashi)

https://github.com/vim/vim/commit/913727e56761d57aaba61197c2d3485418dea7eb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Packadd test does not clean up symlink.
Solution:   Delete the link. (Hirohito Higashi)

https://github.com/vim/vim/commit/913727e56761d57aaba61197c2d3485418dea7eb
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.0.0308</title>
<updated>2017-08-22T00:29:48+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2017-08-21T16:10:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a66eca78c2082aca112125f759be2ef3aa7ef832'/>
<id>a66eca78c2082aca112125f759be2ef3aa7ef832</id>
<content type='text'>
Problem:    When using a symbolic link, the package path will not be inserted
            at the right position in 'runtimepath'. (Dugan Chen, Norio Takagi)
Solution:   Resolve symbolic links when finding the right position in
            'runtimepath'. (Hirohito Higashi)

https://github.com/vim/vim/commit/2f9e575583c2ad3978ee3d0f790eeff7df56bd6c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    When using a symbolic link, the package path will not be inserted
            at the right position in 'runtimepath'. (Dugan Chen, Norio Takagi)
Solution:   Resolve symbolic links when finding the right position in
            'runtimepath'. (Hirohito Higashi)

https://github.com/vim/vim/commit/2f9e575583c2ad3978ee3d0f790eeff7df56bd6c
</pre>
</div>
</content>
</entry>
</feed>
