<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/runtime/autoload, branch master</title>
<subtitle>github.com: vim/vim.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/vim-git.git/'/>
<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://91.123.203.49/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.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://91.123.203.49/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.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://91.123.203.49/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>Update runtime files</title>
<updated>2023-04-22T21:40:14+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-04-22T21:40:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/vim-git.git/commit/?id=71badf9547e8f89571b9a095183671cbb333d528'/>
<id>71badf9547e8f89571b9a095183671cbb333d528</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.1478: filetypes for *.v files not detected properly</title>
<updated>2023-04-22T20:38:47+00:00</updated>
<author>
<name>Turiiya</name>
<email>34311583+tobealive@users.noreply.github.com</email>
</author>
<published>2023-04-22T20:38:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/vim-git.git/commit/?id=80406c26188219f3773b2e9c49160caeeb386ee2'/>
<id>80406c26188219f3773b2e9c49160caeeb386ee2</id>
<content type='text'>
Problem:    Filetypes for *.v files not detected properly.
Solution:   Use the file contents to detect the filetype. (Turiiya,
            closes #12281)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Filetypes for *.v files not detected properly.
Solution:   Use the file contents to detect the filetype. (Turiiya,
            closes #12281)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1464: strace filetype detection is expensive</title>
<updated>2023-04-17T21:31:38+00:00</updated>
<author>
<name>Federico Mengozzi</name>
<email>19249682+fedemengo@users.noreply.github.com</email>
</author>
<published>2023-04-17T21:31:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/vim-git.git/commit/?id=6e5a9f948221b52caaaf106079cb3430c4dd7c77'/>
<id>6e5a9f948221b52caaaf106079cb3430c4dd7c77</id>
<content type='text'>
Problem:    Strace filetype detection is expensive.
Solution:   Match with a cheap pattern first. (Federico Mengozzi,
            closes #12220)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Strace filetype detection is expensive.
Solution:   Match with a cheap pattern first. (Federico Mengozzi,
            closes #12220)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1438: .fs files are falsely recognized as forth files</title>
<updated>2023-04-02T19:29:38+00:00</updated>
<author>
<name>Johan Kotlinski</name>
<email>kotlinski@gmail.com</email>
</author>
<published>2023-04-02T19:29:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/vim-git.git/commit/?id=065088d5549e7711668321cc5a77c9a9b684b142'/>
<id>065088d5549e7711668321cc5a77c9a9b684b142</id>
<content type='text'>
Problem:    .fs files are falsely recognized as forth files.
Solution:   Check 100 lines for something that looks like forth. (Johan
            Kotlinski, closes #12219, closes #11988)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    .fs files are falsely recognized as forth files.
Solution:   Check 100 lines for something that looks like forth. (Johan
            Kotlinski, closes #12219, closes #11988)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update runtime files</title>
<updated>2023-02-27T15:49:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-02-27T15:49:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/vim-git.git/commit/?id=dd60c365cd2630794be84d63c4fe287124a30b97'/>
<id>dd60c365cd2630794be84d63c4fe287124a30b97</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>2023-02-02T13:59:48+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-02-02T13:59:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/vim-git.git/commit/?id=be4e01637e71c8d5095c33b9861fd70b41476732'/>
<id>be4e01637e71c8d5095c33b9861fd70b41476732</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>2023-01-09T20:12:45+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-01-09T20:12:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/vim-git.git/commit/?id=1b5f03ec9c5551047d5de8d845541dd3201abe7c'/>
<id>1b5f03ec9c5551047d5de8d845541dd3201abe7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
