<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir, 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>patch 9.0.1561: display wrong when moving cursor to above the top line</title>
<updated>2023-05-15T17:17:43+00:00</updated>
<author>
<name>Luuk van Baal</name>
<email>luukvbaal@gmail.com</email>
</author>
<published>2023-05-15T17:17:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/vim-git.git/commit/?id=798fa76dbf737f855e47b10bf326453866b429ab'/>
<id>798fa76dbf737f855e47b10bf326453866b429ab</id>
<content type='text'>
Problem:    Display wrong when moving cursor to above the top line and
            'smoothscroll' is set.
Solution:   Call adjust_skipcol() in more places and make it work better.
            (Luuk van Baal, closes #12395)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Display wrong when moving cursor to above the top line and
            'smoothscroll' is set.
Solution:   Call adjust_skipcol() in more places and make it work better.
            (Luuk van Baal, closes #12395)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1559: function argument types not always checked</title>
<updated>2023-05-15T15:22:38+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-05-15T15:22:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/vim-git.git/commit/?id=2ba51236fb7c27fe16dad4c44242f00e17c19726'/>
<id>2ba51236fb7c27fe16dad4c44242f00e17c19726</id>
<content type='text'>
Problem:    Function argument types not always checked and using v:none may
            cause an error.
Solution:   Check argument types once the function type is known.  Do not give
            an error for using v:none as an argument. (closes #12200)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Function argument types not always checked and using v:none may
            cause an error.
Solution:   Check argument types once the function type is known.  Do not give
            an error for using v:none as an argument. (closes #12200)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1558: wrong error for unreachable code after :throw</title>
<updated>2023-05-14T21:05:15+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-05-14T21:05:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/vim-git.git/commit/?id=a2c0028fdf8dcf0408e27be730ac0e691ef9559b'/>
<id>a2c0028fdf8dcf0408e27be730ac0e691ef9559b</id>
<content type='text'>
Problem:    Wrong error for unreachable code after :throw.
Solution:   Adjust the error message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Wrong error for unreachable code after :throw.
Solution:   Adjust the error message.
</pre>
</div>
</content>
</entry>
<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://91.123.203.49/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>patch 9.0.1556: Vim9: error for missing "return" after "throw"</title>
<updated>2023-05-14T18:59:59+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-05-14T18:59:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/vim-git.git/commit/?id=cf2610c82b64b1785af0804916789295cae45e93'/>
<id>cf2610c82b64b1785af0804916789295cae45e93</id>
<content type='text'>
Problem:    Vim9: error for missing "return" after "throw".
Solution:   Set had_return flag for "throw". (closes #12262)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: error for missing "return" after "throw".
Solution:   Set had_return flag for "throw". (closes #12262)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1555: setcharsearch() does not clear last searched char properly</title>
<updated>2023-05-14T16:39:18+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-05-14T16:39:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/vim-git.git/commit/?id=e5d91ba1de83949eb9357c0fb8cbd91e7e69be6f'/>
<id>e5d91ba1de83949eb9357c0fb8cbd91e7e69be6f</id>
<content type='text'>
Problem:    setcharsearch() does not clear last searched char properly.
Solution:   Do not accept lastc_bytelen smaller than one. (closes #12398)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    setcharsearch() does not clear last searched char properly.
Solution:   Do not accept lastc_bytelen smaller than one. (closes #12398)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1551: position of marker for 'smoothscroll' not computed correctly</title>
<updated>2023-05-13T13:12:15+00:00</updated>
<author>
<name>Luuk van Baal</name>
<email>luukvbaal@gmail.com</email>
</author>
<published>2023-05-13T13:12:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/vim-git.git/commit/?id=24b62ec8258cc7c9ca2c09f645f7f6b02584c892'/>
<id>24b62ec8258cc7c9ca2c09f645f7f6b02584c892</id>
<content type='text'>
Problem:    Position of marker for 'smoothscroll' not computed correctly.
Solution:   Take 'list' and other options into account. (Luuk van Baal,
            closes #12393)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Position of marker for 'smoothscroll' not computed correctly.
Solution:   Take 'list' and other options into account. (Luuk van Baal,
            closes #12393)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1550: in cmdline window S-Tab does not select previous completion</title>
<updated>2023-05-13T12:55:09+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-05-13T12:55:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/vim-git.git/commit/?id=81f277f52664031a56aeabe889f1c36402316dba'/>
<id>81f277f52664031a56aeabe889f1c36402316dba</id>
<content type='text'>
Problem:    In cmdline window S-Tab does not select previous completion.
            (Maxim Kim)
Solution:   Add a mappint for S-Tab. (closes #12116)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    In cmdline window S-Tab does not select previous completion.
            (Maxim Kim)
Solution:   Add a mappint for S-Tab. (closes #12116)
</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://91.123.203.49/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://91.123.203.49/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>
</feed>
