<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src, 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.1236: code in same_leader() can be simplified</title>
<updated>2023-01-23T16:57:08+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-01-23T16:57:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9cbf791995514e72476399fe06e055a707ec0158'/>
<id>9cbf791995514e72476399fe06e055a707ec0158</id>
<content type='text'>
Problem:    Code in same_leader() can be simplified.
Solution:   Simplify code that is executed only once. (closes #11867)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Code in same_leader() can be simplified.
Solution:   Simplify code that is executed only once. (closes #11867)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1235: MS-Windows console: not flushing termguicolors</title>
<updated>2023-01-23T12:33:23+00:00</updated>
<author>
<name>Christopher Plewright</name>
<email>chris@createng.com</email>
</author>
<published>2023-01-23T12:33:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=dc7179f9a4cc74d864d1f6414e691d25bac8f831'/>
<id>dc7179f9a4cc74d864d1f6414e691d25bac8f831</id>
<content type='text'>
Problem:    MS-Windows console: not flushing termguicolors.
Solution:   Flush termguicolors. (Christopher Plewright, closes #11871)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    MS-Windows console: not flushing termguicolors.
Solution:   Flush termguicolors. (Christopher Plewright, closes #11871)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1234: the code style has to be checked manually</title>
<updated>2023-01-22T21:14:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-01-22T21:14:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ebfec1c531f32d424bb2aca6e7391ef3bfcbfe20'/>
<id>ebfec1c531f32d424bb2aca6e7391ef3bfcbfe20</id>
<content type='text'>
Problem:    The code style has to be checked manually.
Solution:   Add basic code style checks in a test.  Fix or avoid uncovered
            problems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    The code style has to be checked manually.
Solution:   Add basic code style checks in a test.  Fix or avoid uncovered
            problems.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1233: search() loops forever if "skip" is TRUE for all matches</title>
<updated>2023-01-22T20:14:26+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-01-22T20:14:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=3d79f0a4309995956bd8889940cca22f7a15881d'/>
<id>3d79f0a4309995956bd8889940cca22f7a15881d</id>
<content type='text'>
Problem:    search() loops forever if "skip" is TRUE for all matches.
Solution:   Keep the position of the first match.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    search() loops forever if "skip" is TRUE for all matches.
Solution:   Keep the position of the first match.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1232: ColorTable saving and restoring does not work properly</title>
<updated>2023-01-22T18:58:30+00:00</updated>
<author>
<name>Christopher Plewright</name>
<email>chris@createng.com</email>
</author>
<published>2023-01-22T18:58:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=d343c60df4b0adc6b1baac4d68a72a735ac21dc4'/>
<id>d343c60df4b0adc6b1baac4d68a72a735ac21dc4</id>
<content type='text'>
Problem:    ColorTable saving and restoring does not work properly.
Solution:   Restore ColorTable[16] usage. (Christopher Plewright,
            closes #11836)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    ColorTable saving and restoring does not work properly.
Solution:   Restore ColorTable[16] usage. (Christopher Plewright,
            closes #11836)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1231: completion of :runtime does not handle {where} argument</title>
<updated>2023-01-22T18:38:51+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-01-22T18:38:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=3770f4c9cde7b5fcd10b6fa2e665cd0b69450fb2'/>
<id>3770f4c9cde7b5fcd10b6fa2e665cd0b69450fb2</id>
<content type='text'>
Problem:    Completion of :runtime does not handle {where} argument.
Solution:   Parse the {where} argument. (closes #11863)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Completion of :runtime does not handle {where} argument.
Solution:   Parse the {where} argument. (closes #11863)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1230: Apache thrift files are not recognized</title>
<updated>2023-01-22T18:16:44+00:00</updated>
<author>
<name>Amaan Qureshi</name>
<email>amaanq12@gmail.com</email>
</author>
<published>2023-01-22T18:16:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f3da4c8427b1b12d7aaffa307ec085ca97ea9ad9'/>
<id>f3da4c8427b1b12d7aaffa307ec085ca97ea9ad9</id>
<content type='text'>
Problem:    Apache thrift files are not recognized.
Solution:   Add a pattern for thrift files. (Amaan Qureshi, closes #11859)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Apache thrift files are not recognized.
Solution:   Add a pattern for thrift files. (Amaan Qureshi, closes #11859)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1229: Cap'n Proto files are not recognized</title>
<updated>2023-01-22T13:10:39+00:00</updated>
<author>
<name>Amaan Qureshi</name>
<email>amaanq12@gmail.com</email>
</author>
<published>2023-01-22T13:10:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=040e795e8da05ff38cc896528d4dcad100f0b584'/>
<id>040e795e8da05ff38cc896528d4dcad100f0b584</id>
<content type='text'>
Problem:    Cap'n Proto files are not recognized.
Solution:   Add a pattern and the "capnp" filetype. (Amaan Qureshi,
            closes #11862)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cap'n Proto files are not recognized.
Solution:   Add a pattern and the "capnp" filetype. (Amaan Qureshi,
            closes #11862)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1228: fuzzy menu completion is only tested in the GUI</title>
<updated>2023-01-22T12:41:55+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-01-22T12:41:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=145a6afe3a4be54689af5233710c85346ba1e5da'/>
<id>145a6afe3a4be54689af5233710c85346ba1e5da</id>
<content type='text'>
Problem:    Fuzzy menu completion is only tested in the GUI.
Solution:   Make fuzzy menu completion test work without GUI.
            (closes #11861)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Fuzzy menu completion is only tested in the GUI.
Solution:   Make fuzzy menu completion test work without GUI.
            (closes #11861)
</pre>
</div>
</content>
</entry>
</feed>
