<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git, branch v8.2.4152</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.4152: block insert with double wide character fails</title>
<updated>2022-01-20T12:22:35+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-01-20T12:22:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=fc6ccebea668c49e9e617e0657421b6a8ed9df1e'/>
<id>fc6ccebea668c49e9e617e0657421b6a8ed9df1e</id>
<content type='text'>
Problem:    Block insert with double wide character fails.
Solution:   Adjust the expected output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Block insert with double wide character fails.
Solution:   Adjust the expected output.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.4151: reading beyond the end of a line</title>
<updated>2022-01-20T12:10:48+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-01-20T12:10:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=57df9e8a9f9ae1aafdde9b86b10ad907627a87dc'/>
<id>57df9e8a9f9ae1aafdde9b86b10ad907627a87dc</id>
<content type='text'>
Problem:    Reading beyond the end of a line.
Solution:   For block insert only use the offset for correcting the length.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Reading beyond the end of a line.
Solution:   For block insert only use the offset for correcting the length.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.4150: Coverity warns for using pointer after free</title>
<updated>2022-01-20T11:27:58+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-01-20T11:27:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=8aa0e6c60da5f7a4b04eaead40d183fd8e5640a4'/>
<id>8aa0e6c60da5f7a4b04eaead40d183fd8e5640a4</id>
<content type='text'>
Problem:    Coverity warns for using pointer after free.
Solution:   Swap statements, even though using the pointer is no problem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Coverity warns for using pointer after free.
Solution:   Swap statements, even though using the pointer is no problem.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.4149: test override not restored, autocommand left behind</title>
<updated>2022-01-20T11:17:18+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-01-20T11:17:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ca34db3bdef7238b203386dc82b975ffdf26f839'/>
<id>ca34db3bdef7238b203386dc82b975ffdf26f839</id>
<content type='text'>
Problem:    Test override not restored, autocommand left behind.
Solution:   Correct restoring test override.  Delete autocommand afterwards.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Test override not restored, autocommand left behind.
Solution:   Correct restoring test override.  Delete autocommand afterwards.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.4148: deleting any mapping may cause &lt;ScritpCmd&gt; to fail</title>
<updated>2022-01-19T22:51:48+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-01-19T22:51:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f61c89d2e698e287a9d04c0a29f4ecc0130c2ea2'/>
<id>f61c89d2e698e287a9d04c0a29f4ecc0130c2ea2</id>
<content type='text'>
Problem:    Deleting any mapping may cause &lt;ScritpCmd&gt; to not set the script
            context.
Solution:   Only reset last_used_map if it is the deleted mapping.
            (closes #9568)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Deleting any mapping may cause &lt;ScritpCmd&gt; to not set the script
            context.
Solution:   Only reset last_used_map if it is the deleted mapping.
            (closes #9568)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.4147: E464 does not always include the offending command</title>
<updated>2022-01-19T20:48:37+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-01-19T20:48:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=bed34f0a8a4e38a72a080184881bc68254a8cdc6'/>
<id>bed34f0a8a4e38a72a080184881bc68254a8cdc6</id>
<content type='text'>
Problem:    E464 does not always include the offending command.
Solution:   Add another error message with "%s". (closes #9564)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    E464 does not always include the offending command.
Solution:   Add another error message with "%s". (closes #9564)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.4146: Vim9: shadowed function can be used in compiled function</title>
<updated>2022-01-19T17:23:05+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-01-19T17:23:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f67c717e34e5553ab1c3b02b1861274cbcb78935'/>
<id>f67c717e34e5553ab1c3b02b1861274cbcb78935</id>
<content type='text'>
Problem:    Vim9: shadowed function can be used in compiled function but not
            at script level.
Solution:   Also give an error in a compiled function. (closes #9563)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: shadowed function can be used in compiled function but not
            at script level.
Solution:   Also give an error in a compiled function. (closes #9563)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.4145: confusing error when using name of import for a function</title>
<updated>2022-01-19T17:21:29+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-01-19T17:21:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=937610bc9f9c827e3e25fed32661fcbf3f994e10'/>
<id>937610bc9f9c827e3e25fed32661fcbf3f994e10</id>
<content type='text'>
Problem:    Confusing error when using name of import for a function.
Solution:   Pass a flag to trans_function_name().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Confusing error when using name of import for a function.
Solution:   Pass a flag to trans_function_name().
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.4144: cannot load libsodium dynamically</title>
<updated>2022-01-19T13:32:57+00:00</updated>
<author>
<name>K.Takata</name>
<email>kentkt@csc.jp</email>
</author>
<published>2022-01-19T13:32:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=1a8825d7a3484d76ca16ea2aa9769cadca7758a4'/>
<id>1a8825d7a3484d76ca16ea2aa9769cadca7758a4</id>
<content type='text'>
Problem:    Cannot load libsodium dynamically.
Solution:   Support dynamic loading on MS-Windows. (Ken Takata, closes #9554)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot load libsodium dynamically.
Solution:   Support dynamic loading on MS-Windows. (Ken Takata, closes #9554)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.4143: MS-Windows: IME support for Win9x is obsolete</title>
<updated>2022-01-19T12:59:21+00:00</updated>
<author>
<name>K.Takata</name>
<email>kentkt@csc.jp</email>
</author>
<published>2022-01-19T12:59:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b0b2b73dca40c26ff1f4befe5c3aad3fd4bccfad'/>
<id>b0b2b73dca40c26ff1f4befe5c3aad3fd4bccfad</id>
<content type='text'>
Problem:    MS-Windows: IME support for Win9x is obsolete.
Solution:   Remove the Win9x code. (Ken Takata, closes #9559)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    MS-Windows: IME support for Win9x is obsolete.
Solution:   Remove the Win9x code. (Ken Takata, closes #9559)
</pre>
</div>
</content>
</entry>
</feed>
