<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/runtime, branch master</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.1557: test failures for unreachable code</title>
<updated>2023-05-14T20:38:12+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-05-14T20:38:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9d383f30bbd06552ad0bf343b2c03c6a0d1f6df2'/>
<id>9d383f30bbd06552ad0bf343b2c03c6a0d1f6df2</id>
<content type='text'>
Problem:    Test failures for unreachable code.
Solution:   Add a test override to ignore unreachable code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Test failures for unreachable code.
Solution:   Add a test override to ignore unreachable code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update runtime files</title>
<updated>2023-05-14T17:50:25+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-05-14T17:50:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b7398fe41c9e1e731d058105a34158871ee83e3f'/>
<id>b7398fe41c9e1e731d058105a34158871ee83e3f</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.1549: USD filetype is not recognized</title>
<updated>2023-05-13T11:15:57+00:00</updated>
<author>
<name>Colin Kennedy</name>
<email>colinvfx@gmail.com</email>
</author>
<published>2023-05-13T11:15:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b848ce6b7e27f24aff47a4d63933e0f96663acfe'/>
<id>b848ce6b7e27f24aff47a4d63933e0f96663acfe</id>
<content type='text'>
Problem:    USD filetype is not recognized.
Solution:   Add patterns for USD filetype. (Colin Kennedy, closes #12370)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    USD filetype is not recognized.
Solution:   Add patterns for USD filetype. (Colin Kennedy, closes #12370)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1546: some commands for opening a file don't use 'switchbuf'</title>
<updated>2023-05-12T16:49:13+00:00</updated>
<author>
<name>Yegappan Lakshmanan</name>
<email>yegappan@yahoo.com</email>
</author>
<published>2023-05-12T16:49:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=54be5fb382d2bf25fd1b17ddab8b21f599019b81'/>
<id>54be5fb382d2bf25fd1b17ddab8b21f599019b81</id>
<content type='text'>
Problem:    Some commands for opening a file don't use 'switchbuf'.
Solution:   Use 'switchbuf' for more commands. (Yegappan Lakshmanan,
            closes #12383, closes #12381)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Some commands for opening a file don't use 'switchbuf'.
Solution:   Use 'switchbuf' for more commands. (Yegappan Lakshmanan,
            closes #12383, closes #12381)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1539: typst filetype is not recognized</title>
<updated>2023-05-10T21:01:55+00:00</updated>
<author>
<name>Gaetan Lepage</name>
<email>gaetan@glepage.com</email>
</author>
<published>2023-05-10T21:01:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=4ce1bda869e4ec0152d7dcbe1e491ceac5341d5e'/>
<id>4ce1bda869e4ec0152d7dcbe1e491ceac5341d5e</id>
<content type='text'>
Problem:    Typst filetype is not recognized.
Solution:   Distinguish between sql and typst. (Gaetan Lepage, closes #12363)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Typst filetype is not recognized.
Solution:   Distinguish between sql and typst. (Gaetan Lepage, closes #12363)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1537: message for opening the cmdline window is not translated</title>
<updated>2023-05-10T13:47:50+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-05-10T13:47:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=65b34868dac4bdc99e1144e36d5315b569795fc4'/>
<id>65b34868dac4bdc99e1144e36d5315b569795fc4</id>
<content type='text'>
Problem:    Message for opening the cmdline window is not translated.
Solution:   Add gettext() and scan the defaults script for text to be
            translated.  (closes #12371)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Message for opening the cmdline window is not translated.
Solution:   Add gettext() and scan the defaults script for text to be
            translated.  (closes #12371)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1519: global 'filetype' is set when detected from file content</title>
<updated>2023-05-06T20:21:52+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-05-06T20:21:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0b70aeb49d6dfd1879162f202150cb1ed5f024ad'/>
<id>0b70aeb49d6dfd1879162f202150cb1ed5f024ad</id>
<content type='text'>
Problem:    Global 'filetype' is set when it is detected from the file content.
Solution:   Set the local 'filetype' option value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Global 'filetype' is set when it is detected from the file content.
Solution:   Set the local 'filetype' option value.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1516: cannot use special keys in &lt;Cmd&gt; mapping</title>
<updated>2023-05-06T15:22:04+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-05-06T15:22:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=3ab3a864814f903da8a158c01820e4fbe1013c08'/>
<id>3ab3a864814f903da8a158c01820e4fbe1013c08</id>
<content type='text'>
Problem:    Cannot use special keys in &lt;Cmd&gt; mapping.
Solution:   Do allow for special keys in &lt;Cmd&gt; and &lt;ScriptCmd&gt; mappings.
            (closes #12326)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot use special keys in &lt;Cmd&gt; mapping.
Solution:   Do allow for special keys in &lt;Cmd&gt; and &lt;ScriptCmd&gt; mappings.
            (closes #12326)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1515: reverse() does not work for a String</title>
<updated>2023-05-06T13:08:21+00:00</updated>
<author>
<name>Yegappan Lakshmanan</name>
<email>yegappan@yahoo.com</email>
</author>
<published>2023-05-06T13:08:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=03ff1c2dde7f15eca5c9baa6dafbda9b49bedc3b'/>
<id>03ff1c2dde7f15eca5c9baa6dafbda9b49bedc3b</id>
<content type='text'>
Problem:    reverse() does not work for a String.
Solution:   Implement reverse() for a String. (Yegappan Lakshmanan,
            closes #12179)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    reverse() does not work for a String.
Solution:   Implement reverse() for a String. (Yegappan Lakshmanan,
            closes #12179)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1504: no error when calling remote_startserver("")</title>
<updated>2023-05-01T21:36:56+00:00</updated>
<author>
<name>h-east</name>
<email>h.east.727@gmail.com</email>
</author>
<published>2023-05-01T21:36:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=17b695190d63b2de745499cb40a383c2672e275e'/>
<id>17b695190d63b2de745499cb40a383c2672e275e</id>
<content type='text'>
Problem:    No error when calling remote_startserver() with an empty string.
Solution:   Give an error for an empty string. (Hirohito Higashi,
            closes #12327)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No error when calling remote_startserver() with an empty string.
Solution:   Give an error for an empty string. (Hirohito Higashi,
            closes #12327)
</pre>
</div>
</content>
</entry>
</feed>
