<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src, 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.1563: GTK3: window manager resize hints are incomplete</title>
<updated>2023-05-16T21:15:51+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-05-16T21:15:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/vim-git.git/commit/?id=c0da540466c89e388e7a15a12bab2f9fc42d9671'/>
<id>c0da540466c89e388e7a15a12bab2f9fc42d9671</id>
<content type='text'>
Problem:    GTK3: window manager resize hints are incomplete.
Solution:   Use NULL for second argument of gtk_window_set_geometry_hints().
            (Kenny Stauffer closes #11055)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    GTK3: window manager resize hints are incomplete.
Solution:   Use NULL for second argument of gtk_window_set_geometry_hints().
            (Kenny Stauffer closes #11055)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1562: mixing package managers is not a good idea</title>
<updated>2023-05-16T19:11:02+00:00</updated>
<author>
<name>Philip H</name>
<email>47042125+pheiduck@users.noreply.github.com</email>
</author>
<published>2023-05-16T19:11:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/vim-git.git/commit/?id=7268e539968de227d49ffc66adb79e558502743e'/>
<id>7268e539968de227d49ffc66adb79e558502743e</id>
<content type='text'>
Problem:    Mixing package managers is not a good idea.
Solution:   Install gcc 13 with apt-get. (closes #12405)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Mixing package managers is not a good idea.
Solution:   Install gcc 13 with apt-get. (closes #12405)
</pre>
</div>
</content>
</entry>
<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.1560: Win32: When 'encoding' is set $PATH has duplicate entries</title>
<updated>2023-05-15T15:41:40+00:00</updated>
<author>
<name>K.Takata</name>
<email>kentkt@csc.jp</email>
</author>
<published>2023-05-15T15:41:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/vim-git.git/commit/?id=f741e3ec1fcecc8f23f1b37415dc3e80a31d157e'/>
<id>f741e3ec1fcecc8f23f1b37415dc3e80a31d157e</id>
<content type='text'>
Problem:    Win32: When 'encoding' is set $PATH has duplicate entries.
Solution:   Only append the directory if it is not there yet. (Ken Takata,
            closes #12400, closes #12372)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Win32: When 'encoding' is set $PATH has duplicate entries.
Solution:   Only append the directory if it is not there yet. (Ken Takata,
            closes #12400, closes #12372)
</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>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.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>
</feed>
