<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/diff.c, branch v8.2.1882</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.0938: NFA regexp uses tolower ()to compare ignore-case</title>
<updated>2020-06-09T17:34:54+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-06-09T17:34:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=59de417b904bbd204e313f015839317b577bd124'/>
<id>59de417b904bbd204e313f015839317b577bd124</id>
<content type='text'>
Problem:    NFA regexp uses tolower() to compare ignore-case. (Thayne McCombs)
Solution:   Use utf_fold() when possible. (ref. neovim #12456)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    NFA regexp uses tolower() to compare ignore-case. (Thayne McCombs)
Solution:   Use utf_fold() when possible. (ref. neovim #12456)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0928: many type casts are used for vim_strnsave()</title>
<updated>2020-06-07T18:49:05+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-06-07T18:49:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=df44a27b53586fccfc6a3aedc89061fdd9a515ff'/>
<id>df44a27b53586fccfc6a3aedc89061fdd9a515ff</id>
<content type='text'>
Problem:    Many type casts are used for vim_strnsave().
Solution:   Make the length argument size_t instead of int. (Ken Takata,
            closes #5633)  Remove some type casts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Many type casts are used for vim_strnsave().
Solution:   Make the length argument size_t instead of int. (Ken Takata,
            closes #5633)  Remove some type casts.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0853: ml_delete() often called with FALSE argument</title>
<updated>2020-05-30T18:30:46+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-05-30T18:30:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ca70c07b72c24aae3d141e67d08f50361f051af5'/>
<id>ca70c07b72c24aae3d141e67d08f50361f051af5</id>
<content type='text'>
Problem:    ml_delete() often called with FALSE argument.
Solution:   Use ml_delete_flags(x, ML_DEL_MESSAGE) when argument is TRUE.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    ml_delete() often called with FALSE argument.
Solution:   Use ml_delete_flags(x, ML_DEL_MESSAGE) when argument is TRUE.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0559: clearing a struct is verbose</title>
<updated>2020-04-12T17:37:17+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-04-12T17:37:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=a80faa8930ed5a554beeb2727762538873135e83'/>
<id>a80faa8930ed5a554beeb2727762538873135e83</id>
<content type='text'>
Problem:    Clearing a struct is verbose.
Solution:   Define and use CLEAR_FIELD() and CLEAR_POINTER().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Clearing a struct is verbose.
Solution:   Define and use CLEAR_FIELD() and CLEAR_POINTER().
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0500: using the same loop in many places</title>
<updated>2020-04-02T16:50:46+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-04-02T16:50:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=aeea72151c31d686bcbb7b06d895006d7363585c'/>
<id>aeea72151c31d686bcbb7b06d895006d7363585c</id>
<content type='text'>
Problem:    Using the same loop in many places.
Solution:   Define more FOR_ALL macros. (Yegappan Lakshmanan, closes #5339)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using the same loop in many places.
Solution:   Define more FOR_ALL macros. (Yegappan Lakshmanan, closes #5339)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.2378: using old C style comments</title>
<updated>2019-12-01T20:11:22+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-12-01T20:11:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=5d18efecfd6c45d69f55268948a22cd0465bb955'/>
<id>5d18efecfd6c45d69f55268948a22cd0465bb955</id>
<content type='text'>
Problem:    Using old C style comments.
Solution:   Use // comments where appropriate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using old C style comments.
Solution:   Use // comments where appropriate.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.2302: :lockmarks does not work for '[ and ']</title>
<updated>2019-11-16T12:50:25+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-11-16T12:50:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f4a1d1c0542df151bc59ac3b798ed198b5c71ccc'/>
<id>f4a1d1c0542df151bc59ac3b798ed198b5c71ccc</id>
<content type='text'>
Problem:    :lockmarks does not work for '[ and '].
Solution:   save and restore '[ and '] marks. (James McCoy, closes #5222)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    :lockmarks does not work for '[ and '].
Solution:   save and restore '[ and '] marks. (James McCoy, closes #5222)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.2289: after :diffsplit closing the window does not disable diff</title>
<updated>2019-11-10T20:00:27+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-11-10T20:00:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c8234779790dd873acb88331c50988adf94cc383'/>
<id>c8234779790dd873acb88331c50988adf94cc383</id>
<content type='text'>
Problem:    After :diffsplit closing the window does not disable diff.
Solution:   Add "closeoff" to 'diffopt' and add it to the default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    After :diffsplit closing the window does not disable diff.
Solution:   Add "closeoff" to 'diffopt' and add it to the default.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.2243: typos in comments</title>
<updated>2019-11-02T21:54:41+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-11-02T21:54:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=32aa10203bd0b4b270def03311a4599f9ffdecc4'/>
<id>32aa10203bd0b4b270def03311a4599f9ffdecc4</id>
<content type='text'>
Problem:    Typos in comments.
Solution:   Fix the typos. (Dominique Pelle, closes #5160)  Also adjust
            formatting a bit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Typos in comments.
Solution:   Fix the typos. (Dominique Pelle, closes #5160)  Also adjust
            formatting a bit.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.2120: some MB_ macros are more complicated than necessary</title>
<updated>2019-10-06T20:00:13+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-10-06T20:00:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=1614a14901558ca091329315d14a7d5e1b53aa47'/>
<id>1614a14901558ca091329315d14a7d5e1b53aa47</id>
<content type='text'>
Problem:    Some MB_ macros are more complicated than necessary. (Dominique
            Pelle)
Solution:   Simplify the macros.  Expand inline.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Some MB_ macros are more complicated than necessary. (Dominique
            Pelle)
Solution:   Simplify the macros.  Expand inline.
</pre>
</div>
</content>
</entry>
</feed>
