<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/test_functions.vim, branch v9.0.1524</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.1524: passing -1 for bool is not always rejected</title>
<updated>2023-05-08T14:31:38+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-05-08T14:31:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=8cf51376b842e0060edf08bd2e5bd9933c552ecf'/>
<id>8cf51376b842e0060edf08bd2e5bd9933c552ecf</id>
<content type='text'>
Problem:    Passing -1 for bool is not always rejected.
Solution:   Check for error in a better way. (closes #12358)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Passing -1 for bool is not always rejected.
Solution:   Check for error in a better way. (closes #12358)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1522: some functions give two error messages</title>
<updated>2023-05-07T17:53:49+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-05-07T17:53:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=e4098457ab9c94225b1b0e3c5e06b82b75587971'/>
<id>e4098457ab9c94225b1b0e3c5e06b82b75587971</id>
<content type='text'>
Problem:    Some functions give two error messages.
Solution:   Do not give a second error message. (closes #12352)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Some functions give two error messages.
Solution:   Do not give a second error message. (closes #12352)
</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.1485: no functions for converting from/to UTF-16 index</title>
<updated>2023-04-24T20:09:54+00:00</updated>
<author>
<name>Christian Brabandt</name>
<email>cb@256bit.org</email>
</author>
<published>2023-04-24T20:09:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=67672ef097dd708244ff042a8364994da2b91e75'/>
<id>67672ef097dd708244ff042a8364994da2b91e75</id>
<content type='text'>
Problem:    no functions for converting from/to UTF-16 index.
Solution:   Add UTF-16 flag to existing funtions and add strutf16len() and
            utf16idx(). (Yegappan Lakshmanan, closes #12216)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    no functions for converting from/to UTF-16 index.
Solution:   Add UTF-16 flag to existing funtions and add strutf16len() and
            utf16idx(). (Yegappan Lakshmanan, closes #12216)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1277: cursor may move with autocmd in Visual mode</title>
<updated>2023-02-04T10:58:34+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-02-04T10:58:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=49f0524fb575bb1cf4881e472afab7d37c579440'/>
<id>49f0524fb575bb1cf4881e472afab7d37c579440</id>
<content type='text'>
Problem:    Cursor may move with autocmd in Visual mode.
Solution:   Restore "VIsual_active" before calling check_cursor().
            (closes #11939)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cursor may move with autocmd in Visual mode.
Solution:   Restore "VIsual_active" before calling check_cursor().
            (closes #11939)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.1129: sporadic Test_range() failure</title>
<updated>2023-01-02T11:59:26+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2023-01-02T11:59:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=7bdcba08bb5e4c39093cdedee187177d705c7cb9'/>
<id>7bdcba08bb5e4c39093cdedee187177d705c7cb9</id>
<content type='text'>
Problem:    Sporadic Test_range() failure.
Solution:   Clear typeahead.  Move to a separate function. (issue #22771)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Sporadic Test_range() failure.
Solution:   Clear typeahead.  Move to a separate function. (issue #22771)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0881: cannot get the currently showing mouse shape</title>
<updated>2022-11-14T19:49:15+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-11-14T19:49:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=24dc19cdb2ce7cda2156d3b2eca6aee552b097dc'/>
<id>24dc19cdb2ce7cda2156d3b2eca6aee552b097dc</id>
<content type='text'>
Problem:    Cannot get the currently showing mouse shape.
Solution:   Add getmouseshape().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot get the currently showing mouse shape.
Solution:   Add getmouseshape().
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0875: using freed memory when executing delfunc at more prompt</title>
<updated>2022-11-13T22:13:33+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-11-13T22:13:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=398a26f7fcd58fbc6e2329f892edbb7479a971bb'/>
<id>398a26f7fcd58fbc6e2329f892edbb7479a971bb</id>
<content type='text'>
Problem:    Using freed memory when executing delfunc at the more prompt.
Solution:   Check function list not changed in another place. (closes #11437)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using freed memory when executing delfunc at the more prompt.
Solution:   Check function list not changed in another place. (closes #11437)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0863: col() and charcol() only work for the current window</title>
<updated>2022-11-12T16:07:47+00:00</updated>
<author>
<name>Yegappan Lakshmanan</name>
<email>yegappan@yahoo.com</email>
</author>
<published>2022-11-12T16:07:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=4c8d2f02b3ce037bbe1d5ee12887e343c6bde88f'/>
<id>4c8d2f02b3ce037bbe1d5ee12887e343c6bde88f</id>
<content type='text'>
Problem:    col() and charcol() only work for the current window.
Solution:   Add an optional winid argument. (Yegappan Lakshmanan,
            closes #11466, closes #11461)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    col() and charcol() only work for the current window.
Solution:   Add an optional winid argument. (Yegappan Lakshmanan,
            closes #11466, closes #11461)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 9.0.0837: append() reports failure when not appending anything</title>
<updated>2022-11-05T23:46:43+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2022-11-05T23:46:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=cd9c8d400c1eb9cbb4ff6a33be02f91a30ab13b2'/>
<id>cd9c8d400c1eb9cbb4ff6a33be02f91a30ab13b2</id>
<content type='text'>
Problem:    append() reports failure when not appending anything.
Solution:   Only report failure when appending something. (closes #11498)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    append() reports failure when not appending anything.
Solution:   Only report failure when appending something. (closes #11498)
</pre>
</div>
</content>
</entry>
</feed>
