<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git, branch v8.2.3721</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.3721: using memory freed by losing the clipboard selection</title>
<updated>2021-12-02T18:42:33+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-12-02T18:42:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9ac38129b6d409f73e29b1d51a5d459cf050410f'/>
<id>9ac38129b6d409f73e29b1d51a5d459cf050410f</id>
<content type='text'>
Problem:    Using memory freed by losing the clipboard selection. (Dominique
            Pellé)
Solution:   Check y_array is still valid after calling changed_lines().
            (closes #9253)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using memory freed by losing the clipboard selection. (Dominique
            Pellé)
Solution:   Check y_array is still valid after calling changed_lines().
            (closes #9253)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3720: Vim9: Internal error when invoking closure in legacy context</title>
<updated>2021-12-02T16:38:52+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-12-02T16:38:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=69c76171f1a78b829196f72d7010fbe1d9ad2944'/>
<id>69c76171f1a78b829196f72d7010fbe1d9ad2944</id>
<content type='text'>
Problem:    Vim9: Internal error when invoking closure in legacy context.
Solution:   Give a more appropriate error message. (closes #9251)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: Internal error when invoking closure in legacy context.
Solution:   Give a more appropriate error message. (closes #9251)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3719: MS-Windows: test sometimes runs into existing swap file</title>
<updated>2021-12-02T12:30:22+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-12-02T12:30:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f8bc0ce2671d7f7f73760f665b52e4f00a1bbcac'/>
<id>f8bc0ce2671d7f7f73760f665b52e4f00a1bbcac</id>
<content type='text'>
Problem:    MS-Windows: test sometimes runs into existing swap file.
Solution:   Use a different file name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    MS-Windows: test sometimes runs into existing swap file.
Solution:   Use a different file name.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3718: compiler warns for unused variable without +textprop</title>
<updated>2021-12-02T11:34:21+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-12-02T11:34:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=3569c0de67bc9c723621297ae827d5e3353793a1'/>
<id>3569c0de67bc9c723621297ae827d5e3353793a1</id>
<content type='text'>
Problem:    Compiler warns for unused variable without the +textprop feature.
            (John Marriott)
Solution:   Adjust #ifdefs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Compiler warns for unused variable without the +textprop feature.
            (John Marriott)
Solution:   Adjust #ifdefs.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3717: Vim9: error for constant list size is only given at runtime</title>
<updated>2021-12-01T17:38:01+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-12-01T17:38:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=db9ff9ab5d7ce1fcc2c4106e7ad49151a323996c'/>
<id>db9ff9ab5d7ce1fcc2c4106e7ad49151a323996c</id>
<content type='text'>
Problem:    Vim9: error for constant list size is only given at runtime.
Solution:   Give the error at compile time if possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: error for constant list size is only given at runtime.
Solution:   Give the error at compile time if possible.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3716: Vim9: range without a command is not compiled</title>
<updated>2021-12-01T15:22:56+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-12-01T15:22:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=e4eed8c6db693a9183b776032570ce2f89dcffb6'/>
<id>e4eed8c6db693a9183b776032570ce2f89dcffb6</id>
<content type='text'>
Problem:    Vim9: range without a command is not compiled.
Solution:   Add the ISN_EXECRANGE byte code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: range without a command is not compiled.
Solution:   Add the ISN_EXECRANGE byte code.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3715: Vim9: valgrind reports spurious problems for a test</title>
<updated>2021-12-01T12:41:31+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-12-01T12:41:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f0e496a85a89fb1fd21b6af6363dcfc276331110'/>
<id>f0e496a85a89fb1fd21b6af6363dcfc276331110</id>
<content type='text'>
Problem:    Vim9: valgrind reports spurious problems for a test.
Solution:   Move the test to the set that is known to fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: valgrind reports spurious problems for a test.
Solution:   Move the test to the set that is known to fail.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3714: some unused assignments and ugly code in xxd</title>
<updated>2021-12-01T11:24:52+00:00</updated>
<author>
<name>DungSaga</name>
<email>dungsaga@users.noreply.github.com</email>
</author>
<published>2021-12-01T11:24:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=7e5503c17a3f142e6b28f344d899c9ab9e75a844'/>
<id>7e5503c17a3f142e6b28f344d899c9ab9e75a844</id>
<content type='text'>
Problem:    Some unused assignments and ugly code in xxd.
Solution:   Leave out assignments.  Use marcro for fprintf(). (closes #9246)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Some unused assignments and ugly code in xxd.
Solution:   Leave out assignments.  Use marcro for fprintf(). (closes #9246)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3713: MS-Windows: no error if vimgrep pattern is not matching</title>
<updated>2021-12-01T10:54:24+00:00</updated>
<author>
<name>Christian Brabandt</name>
<email>cb@256bit.org</email>
</author>
<published>2021-12-01T10:54:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0b226f60be5c30c32fb01fc0b6dc11286e7e2313'/>
<id>0b226f60be5c30c32fb01fc0b6dc11286e7e2313</id>
<content type='text'>
Problem:    MS-Windows: No error message if vimgrep pattern is not matching.
Solution:   Give an error message. (Christian Brabandt, closes #9245,
            closes #8762)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    MS-Windows: No error message if vimgrep pattern is not matching.
Solution:   Give an error message. (Christian Brabandt, closes #9245,
            closes #8762)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3712: cannot use Vim9 lambda for 'tagfunc'</title>
<updated>2021-12-01T10:30:07+00:00</updated>
<author>
<name>Yegappan Lakshmanan</name>
<email>yegappan@yahoo.com</email>
</author>
<published>2021-12-01T10:30:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=05e59e3a9ffddbf93c7af02cd2ba1d0f822d4625'/>
<id>05e59e3a9ffddbf93c7af02cd2ba1d0f822d4625</id>
<content type='text'>
Problem:    Cannot use Vim9 lambda for 'tagfunc'.
Solution:   Make it work, add more tests. (Yegappan Lakshmanan, closes #9250)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot use Vim9 lambda for 'tagfunc'.
Solution:   Make it work, add more tests. (Yegappan Lakshmanan, closes #9250)
</pre>
</div>
</content>
</entry>
</feed>
