<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git, branch v8.2.3458</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.3458: not all dictdconf files are recognized</title>
<updated>2021-09-26T21:11:52+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-09-26T21:11:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=be01090efad242e30728275dea05420db6f96257'/>
<id>be01090efad242e30728275dea05420db6f96257</id>
<content type='text'>
Problem:    Not all dictdconf files are recognized.
Solution:   Adjust the pattern. (Doug Kearns)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not all dictdconf files are recognized.
Solution:   Adjust the pattern. (Doug Kearns)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3457: MS-Windows Vim9: test executed and fails</title>
<updated>2021-09-26T19:14:39+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-09-26T19:14:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b16ff292ad5f07ed5a7e36a2236b2f82c943c982'/>
<id>b16ff292ad5f07ed5a7e36a2236b2f82c943c982</id>
<content type='text'>
Problem:    MS-Windows Vim9: test executed and fails.
Solution:   Add extra check for not being on MS-Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    MS-Windows Vim9: test executed and fails.
Solution:   Add extra check for not being on MS-Windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3456: Vim9: not all functions are tested with empty string argument</title>
<updated>2021-09-26T18:04:05+00:00</updated>
<author>
<name>Yegappan Lakshmanan</name>
<email>yegappan@yahoo.com</email>
</author>
<published>2021-09-26T18:04:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f8dbd586660c35e44276151b731eeedeace9b53e'/>
<id>f8dbd586660c35e44276151b731eeedeace9b53e</id>
<content type='text'>
Problem:    Vim9: Not all functions are tested with an empty string argument.
Solution:   Add tests with empty strings. (Yegappan Lakshmanan, closes #8915)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: Not all functions are tested with an empty string argument.
Solution:   Add tests with empty strings. (Yegappan Lakshmanan, closes #8915)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3455: using a count with "gp" leaves '] in wrong position</title>
<updated>2021-09-22T14:43:59+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-09-22T14:43:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=56858e4ed4e338e15821767b8303b06099e40384'/>
<id>56858e4ed4e338e15821767b8303b06099e40384</id>
<content type='text'>
Problem:    Using a count with "gp" leaves '] in wrong position. (Naohiro Ono)
Solution:   Correct the mark position. (closes #8899)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using a count with "gp" leaves '] in wrong position. (Naohiro Ono)
Solution:   Correct the mark position. (closes #8899)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3454: using a count with "gp" leave cursor in wrong position</title>
<updated>2021-09-22T14:37:07+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-09-22T14:37:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=23003e51e18371afda4420d9e171a3dcba5a31cc'/>
<id>23003e51e18371afda4420d9e171a3dcba5a31cc</id>
<content type='text'>
Problem:    Using a count with "gp" leave cursor in wrong position. (Naohiro
            Ono)
Solution:   Count the inserted lines. (closes #8899)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using a count with "gp" leave cursor in wrong position. (Naohiro
            Ono)
Solution:   Count the inserted lines. (closes #8899)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3453: autocmd not executed when editing a directory</title>
<updated>2021-09-22T12:18:13+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-09-22T12:18:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=40fa12aea352474d229f2f750e954a4318aead4e'/>
<id>40fa12aea352474d229f2f750e954a4318aead4e</id>
<content type='text'>
Problem:    Autocmd not executed when editing a directory ending in a path
            separator inside try block.
Solution:   Return NOTDONE instead of FAIL. (closes #8885)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Autocmd not executed when editing a directory ending in a path
            separator inside try block.
Solution:   Return NOTDONE instead of FAIL. (closes #8885)
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct Spanish translations</title>
<updated>2021-09-21T19:04:01+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-09-21T19:04:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=da0b497c6e4e01447669773a931b0eaa5ca757f3'/>
<id>da0b497c6e4e01447669773a931b0eaa5ca757f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update runtime files</title>
<updated>2021-09-21T18:09:51+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-09-21T18:09:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=34cc7d8c034f2bc5b57455577051db8d72e2b87c'/>
<id>34cc7d8c034f2bc5b57455577051db8d72e2b87c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3452: MPD files are not recognized</title>
<updated>2021-09-21T17:37:01+00:00</updated>
<author>
<name>Steven Penny</name>
<email>srpen6@gmail.com</email>
</author>
<published>2021-09-21T17:37:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=690c524ce6629f9ff67728541ba211f831caf0ee'/>
<id>690c524ce6629f9ff67728541ba211f831caf0ee</id>
<content type='text'>
Problem:    MPD files are not recognized.
Solution:   Recognize MPD files as XML. (Steven Penny, closes #8893)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    MPD files are not recognized.
Solution:   Recognize MPD files as XML. (Steven Penny, closes #8893)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3451: not all apache files are recognized</title>
<updated>2021-09-20T18:57:31+00:00</updated>
<author>
<name>Zdenek Dohnal</name>
<email>zdohnal@redhat.com</email>
</author>
<published>2021-09-20T18:57:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=770ddbe1595f6dab836304203d5ca2e0b069266f'/>
<id>770ddbe1595f6dab836304203d5ca2e0b069266f</id>
<content type='text'>
Problem:    Not all apache files are recognized.
Solution:   Adjust the filetype pattern. (Zdenek Dohnal, closes #8882)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not all apache files are recognized.
Solution:   Adjust the filetype pattern. (Zdenek Dohnal, closes #8882)
</pre>
</div>
</content>
</entry>
</feed>
