<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/testdir/test55.ok, branch v0.3.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>test: Clean up after migration of legacy test 55.</title>
<updated>2016-05-23T08:17:36+00:00</updated>
<author>
<name>Lucas Hoffmann</name>
<email>l-m-h@web.de</email>
</author>
<published>2016-02-11T07:58:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b4848c5d1474d7226e86acf653fba8b249321c93'/>
<id>b4848c5d1474d7226e86acf653fba8b249321c93</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:7.4.717</title>
<updated>2016-02-05T20:54:15+00:00</updated>
<author>
<name>watiko</name>
<email>service@mail.watiko.net</email>
</author>
<published>2016-02-05T20:03:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=70ab19822184b5ffb630e238f10a6a45121bb15c'/>
<id>70ab19822184b5ffb630e238f10a6a45121bb15c</id>
<content type='text'>
Problem:    ":let list += list" can change a locked list.
Solution:   Check for the lock earlier. (Olaf Dabrunz)

https://github.com/vim/vim/commit/1cd5e613b0d8947d52762af0e17351d5e49869de
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    ":let list += list" can change a locked list.
Solution:   Check for the lock earlier. (Olaf Dabrunz)

https://github.com/vim/vim/commit/1cd5e613b0d8947d52762af0e17351d5e49869de
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.698</title>
<updated>2016-01-27T21:02:35+00:00</updated>
<author>
<name>Jurica Bradaric</name>
<email>jbradaric@gmail.com</email>
</author>
<published>2016-01-27T20:35:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ccab78046cc920c81fc0679d6d21911ca28bdc74'/>
<id>ccab78046cc920c81fc0679d6d21911ca28bdc74</id>
<content type='text'>
Problem:    Various problems with locked and fixed lists and dictionaries.
Solution:   Disallow changing locked items, fix a crash, add tests. (Olaf
            Dabrunz)

https://github.com/vim/vim/commit/9bc174b69d2775b0f27ed74bf372608d18c9f3d4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Various problems with locked and fixed lists and dictionaries.
Solution:   Disallow changing locked items, fix a crash, add tests. (Olaf
            Dabrunz)

https://github.com/vim/vim/commit/9bc174b69d2775b0f27ed74bf372608d18c9f3d4
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.541</title>
<updated>2014-12-25T17:54:12+00:00</updated>
<author>
<name>Florian Walch</name>
<email>florian@fwalch.com</email>
</author>
<published>2014-12-24T13:32:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4ad5b245f0eba86ea5091d9e344e136af6f4ebec'/>
<id>4ad5b245f0eba86ea5091d9e344e136af6f4ebec</id>
<content type='text'>
Problem:    Crash when doing a range assign.
Solution:   Check for NULL poiter. (Yukihiro Nakadaira)

https://code.google.com/p/vim/source/detail?r=v7-4-541
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash when doing a range assign.
Solution:   Check for NULL poiter. (Yukihiro Nakadaira)

https://code.google.com/p/vim/source/detail?r=v7-4-541
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.419</title>
<updated>2014-11-11T17:05:51+00:00</updated>
<author>
<name>Scott Prager</name>
<email>splinterofchaos@gmail.com</email>
</author>
<published>2014-10-21T14:20:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=96be11f609fbdfff64472dc0bf8a4f4528cf4f95'/>
<id>96be11f609fbdfff64472dc0bf8a4f4528cf4f95</id>
<content type='text'>
Problem:    Whan part of a list is locked it's possible to make changes.
Solution:   Check if any of the list items is locked before make a change.
            (ZyX)

https://code.google.com/p/vim/source/detail?r=v7-4-419
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Whan part of a list is locked it's possible to make changes.
Solution:   Check if any of the list items is locked before make a change.
            (ZyX)

https://code.google.com/p/vim/source/detail?r=v7-4-419
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.351</title>
<updated>2014-09-13T17:11:07+00:00</updated>
<author>
<name>André Twupack</name>
<email>atwupack@mailbox.org</email>
</author>
<published>2014-09-05T21:34:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=75413496ae9169807e74d711e29a2f0107ceed6d'/>
<id>75413496ae9169807e74d711e29a2f0107ceed6d</id>
<content type='text'>
Problem:    sort() is not stable.
Solution:   When the items are identical, compare the pointers.

https://code.google.com/p/vim/source/detail?r=v7-4-351
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    sort() is not stable.
Solution:   When the items are identical, compare the pointers.

https://code.google.com/p/vim/source/detail?r=v7-4-351
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.347</title>
<updated>2014-09-13T17:11:07+00:00</updated>
<author>
<name>André Twupack</name>
<email>atwupack@mailbox.org</email>
</author>
<published>2014-09-05T20:58:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c68468500f5aac86414a54c753af53e8e3f8b841'/>
<id>c68468500f5aac86414a54c753af53e8e3f8b841</id>
<content type='text'>
Problem:    test55 fails on some systems.
Solution:   Remove the elements that all result in zero and can end up in an arbitrary position.

https://code.google.com/p/vim/source/detail?r=v7-4-347
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    test55 fails on some systems.
Solution:   Remove the elements that all result in zero and can end up in an arbitrary position.

https://code.google.com/p/vim/source/detail?r=v7-4-347
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.341</title>
<updated>2014-09-13T17:10:18+00:00</updated>
<author>
<name>André Twupack</name>
<email>atwupack@mailbox.org</email>
</author>
<published>2014-07-12T16:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9f252554e31bb24a5d75607c47a2a71b770a681c'/>
<id>9f252554e31bb24a5d75607c47a2a71b770a681c</id>
<content type='text'>
Problem:    sort() doesn't handle numbers well.
Solution:   Add an argument to specify sorting on numbers. (Christian Brabandt)

https://code.google.com/p/vim/source/detail?r=adc4a84f72eb44dae657af713922a6e2c1f64ae3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    sort() doesn't handle numbers well.
Solution:   Add an argument to specify sorting on numbers. (Christian Brabandt)

https://code.google.com/p/vim/source/detail?r=adc4a84f72eb44dae657af713922a6e2c1f64ae3
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce nvim namespace: Move files.</title>
<updated>2014-05-15T18:46:01+00:00</updated>
<author>
<name>Eliseo Martínez</name>
<email>eliseomarmol@gmail.com</email>
</author>
<published>2014-05-12T00:25:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=da51dc9cf202772f60bd2da975dbef257bd9237c'/>
<id>da51dc9cf202772f60bd2da975dbef257bd9237c</id>
<content type='text'>
Move files from src/ to src/nvim/.
- src/nvim/ becomes the new root dir for nvim executable sources.
- src/libnvim/ is planned to become root dir of the neovim library.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move files from src/ to src/nvim/.
- src/nvim/ becomes the new root dir for nvim executable sources.
- src/libnvim/ is planned to become root dir of the neovim library.
</pre>
</div>
</content>
</entry>
</feed>
