<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git, branch v8.2.3427</title>
<subtitle>github.com: vim/vim.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/'/>
<entry>
<title>patch 8.2.3427: double free when list is copied</title>
<updated>2021-09-11T18:20:38+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-09-11T18:20:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b3bf33a7b227df871834e816c4ce4b2706b56bea'/>
<id>b3bf33a7b227df871834e816c4ce4b2706b56bea</id>
<content type='text'>
Problem:    Double free when list is copied.
Solution:   Allocate the type when making a copy. (closes #8862)
            Clear the type for flattennew().  Avoid a memory leak when
            flattennew() fails.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Double free when list is copied.
Solution:   Allocate the type when making a copy. (closes #8862)
            Clear the type for flattennew().  Avoid a memory leak when
            flattennew() fails.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3426: crash when deleting a listener in a listener callback</title>
<updated>2021-09-11T13:06:44+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-09-11T13:06:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=4b4b1b84eee70b74fa3bb57624533c65bafd8428'/>
<id>4b4b1b84eee70b74fa3bb57624533c65bafd8428</id>
<content type='text'>
Problem:    Crash when deleting a listener in a listener callback. (Naohiro
            Ono)
Solution:   Mark the listener and delete it later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash when deleting a listener in a listener callback. (Naohiro
            Ono)
Solution:   Mark the listener and delete it later.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3425: warning for using uninitialized variable</title>
<updated>2021-09-11T10:15:09+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-09-11T10:15:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=56e14698b45a9c4ef8fa65c55c9bfe86fbb3d6bf'/>
<id>56e14698b45a9c4ef8fa65c55c9bfe86fbb3d6bf</id>
<content type='text'>
Problem:    Warning for using uninitialized variable.
Solution:   Initialize it. (John Marriott)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Warning for using uninitialized variable.
Solution:   Initialize it. (John Marriott)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3424: a sequence of spaces is hard to see in list mode</title>
<updated>2021-09-10T14:58:30+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2021-09-10T14:58:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f14b8ba1373f569705cb80419248054100b02360'/>
<id>f14b8ba1373f569705cb80419248054100b02360</id>
<content type='text'>
Problem:    A sequence of spaces is hard to see in list mode.
Solution:   Add the "multispace" option to 'listchars'. (closes #8834)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    A sequence of spaces is hard to see in list mode.
Solution:   Add the "multispace" option to 'listchars'. (closes #8834)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3423: Vim9: list += list creates a new list in :def function</title>
<updated>2021-09-09T21:01:14+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-09-09T21:01:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=07802044b90b2cbcc64b2dfe235f019d7c37589c'/>
<id>07802044b90b2cbcc64b2dfe235f019d7c37589c</id>
<content type='text'>
Problem:    Vim9: list += list creates a new list in :def function.
Solution:   Append to the existing list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: list += list creates a new list in :def function.
Solution:   Append to the existing list.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3422: Vim9: no failure if return type differs from returned var</title>
<updated>2021-09-09T20:30:52+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-09-09T20:30:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=efc084e3353d6854b6dac8b240f70cb0abb838ad'/>
<id>efc084e3353d6854b6dac8b240f70cb0abb838ad</id>
<content type='text'>
Problem:    Vim9: no failure if return type differs from returned variable.
Solution:   Copy type when copying a list. (closes #8847)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: no failure if return type differs from returned variable.
Solution:   Copy type when copying a list. (closes #8847)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update runtime files</title>
<updated>2021-09-09T19:55:11+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-09-09T19:55:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6c391a74fe90190796ca0b0c010112948a6e75d7'/>
<id>6c391a74fe90190796ca0b0c010112948a6e75d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3421: a bit of code is not covered by tests</title>
<updated>2021-09-09T18:45:34+00:00</updated>
<author>
<name>Dominique Pelle</name>
<email>dominique.pelle@gmail.com</email>
</author>
<published>2021-09-09T18:45:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=d176ca3dde47c11aae0376c31b7e1ba0939c8c6c'/>
<id>d176ca3dde47c11aae0376c31b7e1ba0939c8c6c</id>
<content type='text'>
Problem:    A bit of code is not covered by tests.
Solution:   Add a few more test cases. (Dominique Pellé, closes #8857)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    A bit of code is not covered by tests.
Solution:   Add a few more test cases. (Dominique Pellé, closes #8857)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3420: _REENTRANT defined more than once</title>
<updated>2021-09-09T15:14:50+00:00</updated>
<author>
<name>Christian Brabandt</name>
<email>cb@256bit.org</email>
</author>
<published>2021-09-09T15:14:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6b9efdde7828b3317b64f38bd90fb5a784a654c0'/>
<id>6b9efdde7828b3317b64f38bd90fb5a784a654c0</id>
<content type='text'>
Problem:    _REENTRANT defined more than once.
Solution:   Fix configure script. (Christian Brabandt, closes #8852)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    _REENTRANT defined more than once.
Solution:   Fix configure script. (Christian Brabandt, closes #8852)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3419: a failing debug expression may make Vim unusable</title>
<updated>2021-09-09T10:34:19+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-09-09T10:34:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0325d3967ce7d0fd35bc1472fd476b911b895b76'/>
<id>0325d3967ce7d0fd35bc1472fd476b911b895b76</id>
<content type='text'>
Problem:    A failing debug expression may make Vim unusable.
Solution:   Suppress error messages. (closes #8848)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    A failing debug expression may make Vim unusable.
Solution:   Suppress error messages. (closes #8848)
</pre>
</div>
</content>
</entry>
</feed>
