<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src, branch v8.2.2741</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.2741: Vim9: Partial call does not check right arguments</title>
<updated>2021-04-09T20:12:44+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-04-09T20:12:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=1088b69451c739c698cf4c2003c2b994458ad18b'/>
<id>1088b69451c739c698cf4c2003c2b994458ad18b</id>
<content type='text'>
Problem:    Vim9: Partial call does not check right arguments.
Solution:   Adjust the offset for whether the partial is before or after the
            arguments. (closes #8091)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: Partial call does not check right arguments.
Solution:   Adjust the offset for whether the partial is before or after the
            arguments. (closes #8091)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2740: Vim9: lambda with varargs doesn't work</title>
<updated>2021-04-09T18:24:31+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-04-09T18:24:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2a38908b05c1d3973a8edbeb5b3e05a11332faf0'/>
<id>2a38908b05c1d3973a8edbeb5b3e05a11332faf0</id>
<content type='text'>
Problem:    Vim9: lambda with varargs doesn't work.
Solution:   Make "...name" work.  Require type to be a list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: lambda with varargs doesn't work.
Solution:   Make "...name" work.  Require type to be a list.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2739: Vim9: a lambda accepts too many arguments at the script level</title>
<updated>2021-04-09T15:24:52+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-04-09T15:24:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=767034c5b82ba8999d9fed2f997436e6e3e99419'/>
<id>767034c5b82ba8999d9fed2f997436e6e3e99419</id>
<content type='text'>
Problem:    Vim9: a lambda accepts too many arguments at the script level.
Solution:   Do not set uf_varargs in Vim9 script.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: a lambda accepts too many arguments at the script level.
Solution:   Do not set uf_varargs in Vim9 script.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2738: extending a list with itself can give wrong result</title>
<updated>2021-04-08T18:10:10+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-04-08T18:10:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=dcae51facc4d6de1edd62f0242b40972be841103'/>
<id>dcae51facc4d6de1edd62f0242b40972be841103</id>
<content type='text'>
Problem:    Extending a list with itself can give wrong result.
Solution:   Remember the item before where the insertion happens and skip to
            after the already inserted items. (closes #1112)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Extending a list with itself can give wrong result.
Solution:   Remember the item before where the insertion happens and skip to
            after the already inserted items. (closes #1112)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2737: status line not updated when local 'statusline' option set</title>
<updated>2021-04-08T16:27:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-04-08T16:27:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=d8db8383926cb8729417d9515cbfaf455dbbd8d1'/>
<id>d8db8383926cb8729417d9515cbfaf455dbbd8d1</id>
<content type='text'>
Problem:    Status line not updated when local 'statusline' option set.
Solution:   Check the 'statusline' option of each window.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Status line not updated when local 'statusline' option set.
Solution:   Check the 'statusline' option of each window.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2736: Vim9: for loop over string is a bit slow</title>
<updated>2021-04-08T16:05:03+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-04-08T16:05:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=175a41c13f3e27e30c662f2f418c5a347dbc645d'/>
<id>175a41c13f3e27e30c662f2f418c5a347dbc645d</id>
<content type='text'>
Problem:    Vim9: for loop over string is a bit slow.
Solution:   Avoid using strlen().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: for loop over string is a bit slow.
Solution:   Avoid using strlen().
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2735: Vim9: function reference found with prefix, not without</title>
<updated>2021-04-07T19:58:16+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-04-07T19:58:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=fa5963880df1d11613594ab78c0a68f894d34aa3'/>
<id>fa5963880df1d11613594ab78c0a68f894d34aa3</id>
<content type='text'>
Problem:    Vim9: function reference found with prefix, not without.
Solution:   Also find function reference without prefix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: function reference found with prefix, not without.
Solution:   Also find function reference without prefix.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2734: Vim9: cannot use legacy script-local var from :def function</title>
<updated>2021-04-07T19:21:13+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-04-07T19:21:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=15e5e53ef29a457126f7c699931ab5842431f2ea'/>
<id>15e5e53ef29a457126f7c699931ab5842431f2ea</id>
<content type='text'>
Problem:    Vim9: cannot use legacy script-local var from :def function.
Solution:   Do not insist on using "s:" prefix. (closes #8076)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: cannot use legacy script-local var from :def function.
Solution:   Do not insist on using "s:" prefix. (closes #8076)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update runtime files</title>
<updated>2021-04-07T19:07:20+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-04-07T19:07:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=130cbfc31235c6cb52ffe718ea0a5bb50fbbc9fd'/>
<id>130cbfc31235c6cb52ffe718ea0a5bb50fbbc9fd</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.2733: detecting Lua version is not reliable</title>
<updated>2021-04-07T18:11:12+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-04-07T18:11:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=125ed2745c0a0570c1f81f249aebb023b2deef1b'/>
<id>125ed2745c0a0570c1f81f249aebb023b2deef1b</id>
<content type='text'>
Problem:    Detecting Lua version is not reliable.
Solution:   Add "vim.lua_version". (Ozaki Kiichi, closes #8080)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Detecting Lua version is not reliable.
Solution:   Add "vim.lua_version". (Ozaki Kiichi, closes #8080)
</pre>
</div>
</content>
</entry>
</feed>
