<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/test_cursor_func.vim, branch v8.2.3176</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 8.2.2363: curpos() does not accept a string argument as before</title>
<updated>2021-01-16T15:52:49+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-01-16T15:52:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9ebcf231bdccc1673cc92b20f5190fc577ad29d0'/>
<id>9ebcf231bdccc1673cc92b20f5190fc577ad29d0</id>
<content type='text'>
Problem:    curpos() does not accept a string argument as before.
solution:   Make a string argument work again. (Yegappan Lakshmanan,
            closes #7690
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    curpos() does not accept a string argument as before.
solution:   Make a string argument work again. (Yegappan Lakshmanan,
            closes #7690
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2342: "char" functions may return wrong column in Insert mode</title>
<updated>2021-01-13T19:08:38+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-01-13T19:08:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9145846b6aa411e3ab5c0d145b37808654352877'/>
<id>9145846b6aa411e3ab5c0d145b37808654352877</id>
<content type='text'>
Problem:    "char" functions return the wront column in Insert mode when the
            cursor is beyond the end of the line.
Solution:   Compute the column correctly. (Yegappan Lakshmanan, closes #7669)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    "char" functions return the wront column in Insert mode when the
            cursor is beyond the end of the line.
Solution:   Compute the column correctly. (Yegappan Lakshmanan, closes #7669)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2324: not easy to get mark en cursor posotion by character count</title>
<updated>2021-01-10T19:22:54+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-01-10T19:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6f02b00bb0958f70bc15534e115b4c6dadff0e06'/>
<id>6f02b00bb0958f70bc15534e115b4c6dadff0e06</id>
<content type='text'>
Problem:    Not easy to get mark en cursor posotion by character count.
Solution:   Add functions that use character index. (Yegappan Lakshmanan,
            closes #7648)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not easy to get mark en cursor posotion by character count.
Solution:   Add functions that use character index. (Yegappan Lakshmanan,
            closes #7648)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2184: Vim9: no error when using "2" for a line number</title>
<updated>2020-12-21T20:58:46+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-12-21T20:58:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9a963377b4811e4e0419ec8825856ff4b01331ac'/>
<id>9a963377b4811e4e0419ec8825856ff4b01331ac</id>
<content type='text'>
Problem:    Vim9: no error when using "2" for a line number.
Solution:   Give an error message if the line number is invalid. (closes #7492)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: no error when using "2" for a line number.
Solution:   Give an error message if the line number is invalid. (closes #7492)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2152: screenpos() does not include the WinBar offset</title>
<updated>2020-12-17T20:35:29+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-12-17T20:35:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=8dd46e72cfb13b8de793c808ee009c45e881903a'/>
<id>8dd46e72cfb13b8de793c808ee009c45e881903a</id>
<content type='text'>
Problem:    screenpos() does not include the WinBar offset.
Solution:   Use W_WINROW() instead of directly using w_window. (closes #7487)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    screenpos() does not include the WinBar offset.
Solution:   Use W_WINROW() instead of directly using w_window. (closes #7487)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1040: not enough testing for movement commands</title>
<updated>2020-06-22T19:34:30+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-06-22T19:34:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=bdd2c290d3cda69e0046c42f0c651f60bc510a16'/>
<id>bdd2c290d3cda69e0046c42f0c651f60bc510a16</id>
<content type='text'>
Problem:    Not enough testing for movement commands.
Solution:   Add more tests. (Yegappan Lakshmanan, closes #6313)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not enough testing for movement commands.
Solution:   Add more tests. (Yegappan Lakshmanan, closes #6313)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0634: crash with null partial and blob</title>
<updated>2020-04-25T13:24:44+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-04-25T13:24:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=92b83ccfda7a1d654ccaaf161a9c8a8e01fbcf76'/>
<id>92b83ccfda7a1d654ccaaf161a9c8a8e01fbcf76</id>
<content type='text'>
Problem:    Crash with null partial and blob.
Solution:   Check for NULL pointer.  Add more tests. (Yegappan Lakshmanan,
            closes #5984)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash with null partial and blob.
Solution:   Check for NULL pointer.  Add more tests. (Yegappan Lakshmanan,
            closes #5984)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0610: some tests are still old style</title>
<updated>2020-04-20T14:50:00+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-04-20T14:50:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=08f4157c5cabc55bcb22f04dd7c717aba40caa34'/>
<id>08f4157c5cabc55bcb22f04dd7c717aba40caa34</id>
<content type='text'>
Problem:    Some tests are still old style.
Solution:   Convert to new style tests. (Yegappan Lakshmanan, closes #5957)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Some tests are still old style.
Solution:   Convert to new style tests. (Yegappan Lakshmanan, closes #5957)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.2228: screenpos() returns wrong values when 'number' is set</title>
<updated>2019-10-27T20:39:09+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-10-27T20:39:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=38ba4dce4a8574e60f6ddb111922880b0c7affdc'/>
<id>38ba4dce4a8574e60f6ddb111922880b0c7affdc</id>
<content type='text'>
Problem:    screenpos() returns wrong values when 'number' is set. (Ben
            Jackson)
Solution:   Compare the column with the window width. (closes #5133)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    screenpos() returns wrong values when 'number' is set. (Ben
            Jackson)
Solution:   Compare the column with the window width. (closes #5133)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.2013: more functions can be used as methods</title>
<updated>2019-09-08T19:51:41+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-09-08T19:51:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f92e58cadb03156879e9bdbf6341bf662d9c87cc'/>
<id>f92e58cadb03156879e9bdbf6341bf662d9c87cc</id>
<content type='text'>
Problem:    More functions can be used as methods.
Solution:   Make various functions usable as a method.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    More functions can be used as methods.
Solution:   Make various functions usable as a method.
</pre>
</div>
</content>
</entry>
</feed>
