<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/syntax.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.1237: code is indented more than necessary</title>
<updated>2023-01-23T20:46:21+00:00</updated>
<author>
<name>Yegappan Lakshmanan</name>
<email>yegappan@yahoo.com</email>
</author>
<published>2023-01-23T20:46:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6ec66660476562e643deceb7c325cd0e8c903663'/>
<id>6ec66660476562e643deceb7c325cd0e8c903663</id>
<content type='text'>
Problem:    Code is indented more than necessary.
Solution:   Use an early return where it makes sense. (Yegappan Lakshmanan,
            closes #11858)
</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 #11858)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1133: error message names do not match the items</title>
<updated>2023-01-02T18:10:04+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-01-02T18:10:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=a9fa8c58fbcc5cf8850f6963c509de272f4d4bbf'/>
<id>a9fa8c58fbcc5cf8850f6963c509de272f4d4bbf</id>
<content type='text'>
Problem:    Error message names do not match the items.
Solution:   Add "_str" when the text contains "%s".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Error message names do not match the items.
Solution:   Add "_str" when the text contains "%s".
</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.0750: crash when popup closed in callback</title>
<updated>2022-10-14T16:04:09+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-10-14T16:04:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0abd6cf62d65180dc2c40d67cd95f13b0691f7ea'/>
<id>0abd6cf62d65180dc2c40d67cd95f13b0691f7ea</id>
<content type='text'>
Problem:    Crash when popup closed in callback. (Maxim Kim)
Solution:   In syntax_end_parsing() check that syn_block is valid.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash when popup closed in callback. (Maxim Kim)
Solution:   In syntax_end_parsing() check that syn_block is valid.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0491: no good reason to build without the float feature</title>
<updated>2022-09-17T20:08:33+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-09-17T20:08:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=73e28dcc6125f616cf1f2d56443d22428a79e434'/>
<id>73e28dcc6125f616cf1f2d56443d22428a79e434</id>
<content type='text'>
Problem:    No good reason to build without the float feature.
Solution:   Remove configure check for float and "#ifdef FEAT_FLOAT".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No good reason to build without the float feature.
Solution:   Remove configure check for float and "#ifdef FEAT_FLOAT".
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0284: using static buffer for multiple completion functions</title>
<updated>2022-08-26T21:36:41+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-08-26T21:36:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=5ff595d9db2d9a33aa10cc9f18f256826226862f'/>
<id>5ff595d9db2d9a33aa10cc9f18f256826226862f</id>
<content type='text'>
Problem:    Using static buffer for multiple completion functions.
Solution:   Use one buffer in expand_T.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using static buffer for multiple completion functions.
Solution:   Use one buffer in expand_T.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0283: cannot complete "syn list @cluster"</title>
<updated>2022-08-26T20:58:31+00:00</updated>
<author>
<name>bfredl</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2022-08-26T20:58:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=af9a6002e0761012cb7108cbfa179a880d3cb49b'/>
<id>af9a6002e0761012cb7108cbfa179a880d3cb49b</id>
<content type='text'>
Problem:    Cannot complete "syn list @cluster".
Solution:   Recognize and handle "list @". (Björn Linse, closes #10990)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot complete "syn list @cluster".
Solution:   Recognize and handle "list @". (Björn Linse, closes #10990)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0206: redraw flags are not named specifically</title>
<updated>2022-08-14T13:17:45+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-08-14T13:17:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=a4d158b3c839e96ed98ff87c7b7124ff4518c4ff'/>
<id>a4d158b3c839e96ed98ff87c7b7124ff4518c4ff</id>
<content type='text'>
Problem:    Redraw flags are not named specifically.
Solution:   Prefix "UPD_" to the flags, for UPDate_screen().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Redraw flags are not named specifically.
Solution:   Prefix "UPD_" to the flags, for UPDate_screen().
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0124: code has more indent than needed</title>
<updated>2022-07-31T17:34:32+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2022-07-31T17:34:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=101d57b34b72f4fbc7df1b6edfd64c64a6be14fc'/>
<id>101d57b34b72f4fbc7df1b6edfd64c64a6be14fc</id>
<content type='text'>
Problem:    Code has more indent than needed.
Solution:   Use continue and return statements. (closes #10824)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Code has more indent than needed.
Solution:   Use continue and return statements. (closes #10824)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.5128: syntax disabled when using synID() in searchpair() skip expr</title>
<updated>2022-06-19T11:27:45+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-06-19T11:27:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6f0cf62df97ee7c9d26b550adaf469be7fe1e09a'/>
<id>6f0cf62df97ee7c9d26b550adaf469be7fe1e09a</id>
<content type='text'>
Problem:    Syntax highlighting disabled when using synID() in searchpair()
            skip expression and it times out. (Jaehwang Jung)
Solution:   Add the redrawtime_limit_set flag. (closes #10562)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Syntax highlighting disabled when using synID() in searchpair()
            skip expression and it times out. (Jaehwang Jung)
Solution:   Add the redrawtime_limit_set flag. (closes #10562)
</pre>
</div>
</content>
</entry>
</feed>
