<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/buffer.c, branch v9.0.1237</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 9.0.1166: code is indented more than necessary</title>
<updated>2023-01-09T19:04:23+00:00</updated>
<author>
<name>Yegappan Lakshmanan</name>
<email>yegappan@yahoo.com</email>
</author>
<published>2023-01-09T19:04:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=1cfb14aa972ccf3235ac67f07b7db1175b7c5384'/>
<id>1cfb14aa972ccf3235ac67f07b7db1175b7c5384</id>
<content type='text'>
Problem:    Code is indented more than necessary.
Solution:   Use an early return where it makes sense. (Yegappan Lakshmanan,
            closes #11792)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Code is indented more than necessary.
Solution:   Use an early return where it makes sense. (Yegappan Lakshmanan,
            closes #11792)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1143: invalid memory access with bad 'statusline' value</title>
<updated>2023-01-04T14:31:49+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-01-04T14:31:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=7b17eb4b063a234376c1ec909ee293e42cff290c'/>
<id>7b17eb4b063a234376c1ec909ee293e42cff290c</id>
<content type='text'>
Problem:    Invalid memory access with bad 'statusline' value.
Solution:   Avoid going over the NUL at the end.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Invalid memory access with bad 'statusline' value.
Solution:   Avoid going over the NUL at the end.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1132: code is indented more than needed</title>
<updated>2023-01-02T16:54:53+00:00</updated>
<author>
<name>Yegappan Lakshmanan</name>
<email>yegappan@yahoo.com</email>
</author>
<published>2023-01-02T16:54:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=dc4daa3a3915fba11ac87d27977240d9a5e0d47d'/>
<id>dc4daa3a3915fba11ac87d27977240d9a5e0d47d</id>
<content type='text'>
Problem:    Code is indented more than needed.
Solution:   Use an early return to reduce indentation. (Yegappan Lakshmanan,
            closes #11769)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Code is indented more than needed.
Solution:   Use an early return to reduce indentation. (Yegappan Lakshmanan,
            closes #11769)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1061: cannot display 'showcmd' somewhere else</title>
<updated>2022-12-15T13:15:39+00:00</updated>
<author>
<name>Luuk van Baal</name>
<email>luukvbaal@gmail.com</email>
</author>
<published>2022-12-15T13:15:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ba936f6f4e85cc1408bc3967f9fd7665d948909b'/>
<id>ba936f6f4e85cc1408bc3967f9fd7665d948909b</id>
<content type='text'>
Problem:    Cannot display 'showcmd' somewhere else.
Solution:   Add the 'showcmdloc' option. (Luuk van Baal, closes #11684)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot display 'showcmd' somewhere else.
Solution:   Add the 'showcmdloc' option. (Luuk van Baal, closes #11684)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0965: using one window for executing autocommands is insufficient</title>
<updated>2022-11-28T18:51:43+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-11-28T18:51:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=e76062c078debed0df818f70e4db14ad7a7cb53a'/>
<id>e76062c078debed0df818f70e4db14ad7a7cb53a</id>
<content type='text'>
Problem:    Using one window for executing autocommands is insufficient.
Solution:   Use up to five windows for executing autocommands.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using one window for executing autocommands is insufficient.
Solution:   Use up to five windows for executing autocommands.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0949: crash when unletting a variable while listing variables</title>
<updated>2022-11-25T16:31:51+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-11-25T16:31:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ef2c325f5e3c437b722bb96bf369ba2a5c541163'/>
<id>ef2c325f5e3c437b722bb96bf369ba2a5c541163</id>
<content type='text'>
Problem:    Crash when unletting a variable while listing variables.
Solution:   Disallow changing a hashtable while going over the entries.
            (closes #11435)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash when unletting a variable while listing variables.
Solution:   Disallow changing a hashtable while going over the entries.
            (closes #11435)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0844: handling 'statusline' errors is spread out</title>
<updated>2022-11-07T12:16:51+00:00</updated>
<author>
<name>Luuk van Baal</name>
<email>luukvbaal@gmail.com</email>
</author>
<published>2022-11-07T12:16:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=7b224fdf4a29f115567d4fc8629c1cef92d8444a'/>
<id>7b224fdf4a29f115567d4fc8629c1cef92d8444a</id>
<content type='text'>
Problem:    Handling 'statusline' errors is spread out.
Solution:   Pass the option name to the lower levels so the option can be
            reset there when an error is encountered. (Luuk van Baal,
            closes #11467)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Handling 'statusline' errors is spread out.
Solution:   Pass the option name to the lower levels so the option can be
            reset there when an error is encountered. (Luuk van Baal,
            closes #11467)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0819</title>
<updated>2022-10-29T19:01:52+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-10-29T19:01:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=1577537f109d97a975fda9a899cacfb598617767'/>
<id>1577537f109d97a975fda9a899cacfb598617767</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0789: dummy buffer ends up in a window</title>
<updated>2022-10-18T16:05:54+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-10-18T16:05:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=8f3c3c6cd044e3b5bf08dbfa3b3f04bb3f711bad'/>
<id>8f3c3c6cd044e3b5bf08dbfa3b3f04bb3f711bad</id>
<content type='text'>
Problem:    Dummy buffer ends up in a window.
Solution:   Disallow navigating to a dummy buffer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Dummy buffer ends up in a window.
Solution:   Disallow navigating to a dummy buffer.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0761: cannot use 'indentexpr' for Lisp indenting</title>
<updated>2022-10-15T15:05:33+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-10-15T15:05:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=49846fb1a31de99f49d6a7e70efe685197423c84'/>
<id>49846fb1a31de99f49d6a7e70efe685197423c84</id>
<content type='text'>
Problem:    Cannot use 'indentexpr' for Lisp indenting.
Solution:   Add the 'lispoptions' option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot use 'indentexpr' for Lisp indenting.
Solution:   Add the 'lispoptions' option.
</pre>
</div>
</content>
</entry>
</feed>
