<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git, branch v8.2.4635</title>
<subtitle>github.com: vim/vim.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/'/>
<entry>
<title>patch 8.2.4635: tests using null list or dict fail</title>
<updated>2022-03-27T15:51:04+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-03-27T15:51:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=501f978288008c2e4e8761858af2e27b14223afd'/>
<id>501f978288008c2e4e8761858af2e27b14223afd</id>
<content type='text'>
Problem:    Tests using null list or dict fail.
Solution:   Only use the new rules for Vim9 script.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Tests using null list or dict fail.
Solution:   Only use the new rules for Vim9 script.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.4634: Vim9: cannot initialize a variable to null_list</title>
<updated>2022-03-27T15:29:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-03-27T15:29:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=ec15b1cfdc5faadb529dedda58adf7fc98c839ed'/>
<id>ec15b1cfdc5faadb529dedda58adf7fc98c839ed</id>
<content type='text'>
Problem:    Vim9: cannot initialize a variable to null_list.
Solution:   Give negative count to NEWLIST. (closes #10027)
            Also fix inconsistencies in comparing with null values.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: cannot initialize a variable to null_list.
Solution:   Give negative count to NEWLIST. (closes #10027)
            Also fix inconsistencies in comparing with null values.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.4633: Visual range does not work before command modifiers</title>
<updated>2022-03-27T12:36:50+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-03-27T12:36:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=c75bca3ee955ff36ece99a42041733ddea5f45a7'/>
<id>c75bca3ee955ff36ece99a42041733ddea5f45a7</id>
<content type='text'>
Problem:    Visual range does not work before command modifiers.
Solution:   Move Visual range to after command modifiers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Visual range does not work before command modifiers.
Solution:   Move Visual range to after command modifiers.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.4632: using freed memory in flatten()</title>
<updated>2022-03-26T16:42:23+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-03-26T16:42:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=f3980dc5d0a5f873cf764b8ba3e567e42259e4e5'/>
<id>f3980dc5d0a5f873cf764b8ba3e567e42259e4e5</id>
<content type='text'>
Problem:    Using freed memory in flatten().
Solution:   Clear typval after recursing into list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using freed memory in flatten().
Solution:   Clear typval after recursing into list.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.4631: crash when switching window in BufWipeout autocommand</title>
<updated>2022-03-26T16:28:06+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-03-26T16:28:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=347538fad0c503249ebdedd5884c2081257c9f61'/>
<id>347538fad0c503249ebdedd5884c2081257c9f61</id>
<content type='text'>
Problem:    Crash when switching window in BufWipeout autocommand.
Solution:   Put any buffer in the window to avoid it being NULL.
            (closes #10024)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash when switching window in BufWipeout autocommand.
Solution:   Put any buffer in the window to avoid it being NULL.
            (closes #10024)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.4630: 'cursorline' not always updated with 'culopt' is "screenline"</title>
<updated>2022-03-26T13:28:14+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-03-26T13:28:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=bf269ed0b0bd8414eea7bea17465b2738a9a2b55'/>
<id>bf269ed0b0bd8414eea7bea17465b2738a9a2b55</id>
<content type='text'>
Problem:    'cursorline' not always updated with 'cursorlineopt' is
            "screenline".
Solution:   Call check_redraw_cursorline() more often. (closes #10013)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    'cursorline' not always updated with 'cursorlineopt' is
            "screenline".
Solution:   Call check_redraw_cursorline() more often. (closes #10013)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.4629: flattennew() makes a deep copy unnecessarily</title>
<updated>2022-03-26T10:50:11+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-03-26T10:50:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=c6c1ec4da53db9d292fa3dd081c20123f8261178'/>
<id>c6c1ec4da53db9d292fa3dd081c20123f8261178</id>
<content type='text'>
Problem:    flattennew() makes a deep copy unnecessarily.
Solution:   Use a shallow copy. (issue #10012)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    flattennew() makes a deep copy unnecessarily.
Solution:   Use a shallow copy. (issue #10012)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.4628: not enough testing for 2/3 letter substitute commands</title>
<updated>2022-03-25T21:19:26+00:00</updated>
<author>
<name>Yegappan Lakshmanan</name>
<email>yegappan@yahoo.com</email>
</author>
<published>2022-03-25T21:19:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=5e877baf87530d5c4fe4da2c5a6269cf19526c27'/>
<id>5e877baf87530d5c4fe4da2c5a6269cf19526c27</id>
<content type='text'>
Problem:    Not enough testing for 2/3 letter substitute commands.
Solution:   Add more tests. (Yegappan Lakshmanan, closes #10019)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not enough testing for 2/3 letter substitute commands.
Solution:   Add more tests. (Yegappan Lakshmanan, closes #10019)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.4627: flatten() does not use maxdepth correctly</title>
<updated>2022-03-25T19:50:57+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-03-25T19:50:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=acf7d73a7f5cdd63b34de777a4ce5eb3e2ba0ab3'/>
<id>acf7d73a7f5cdd63b34de777a4ce5eb3e2ba0ab3</id>
<content type='text'>
Problem:    flatten() does not use maxdepth correctly.
Solution:   Use a recursive implementation. (closes #10020)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    flatten() does not use maxdepth correctly.
Solution:   Use a recursive implementation. (closes #10020)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.4626: Visual area not updated when removing sign in Visual mode</title>
<updated>2022-03-25T15:42:27+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-03-25T15:42:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=abb6fbd14d985b9b36a4e336d6edaf9853888ac1'/>
<id>abb6fbd14d985b9b36a4e336d6edaf9853888ac1</id>
<content type='text'>
Problem:    Visual area not fully updated when removing sign in Visual mode
            while scrolling.
Solution:   Adjust check for topline. (closes #10017)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Visual area not fully updated when removing sign in Visual mode
            while scrolling.
Solution:   Adjust check for topline. (closes #10017)
</pre>
</div>
</content>
</entry>
</feed>
