<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git, branch v8.2.1113</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.1113: no test for verbose output of :call</title>
<updated>2020-07-01T18:19:37+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-01T18:19:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=a0d072ef8203b225bd46bcd826cb3d2e3c3b941a'/>
<id>a0d072ef8203b225bd46bcd826cb3d2e3c3b941a</id>
<content type='text'>
Problem:    No test for verbose output of :call.
Solution:   Add a test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No test for verbose output of :call.
Solution:   Add a test.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1112: Vim9: no line continuation allowed in method call</title>
<updated>2020-07-01T18:07:14+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-01T18:07:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=5f195938d4d489aa288bdb54ee6112a34aed1df9'/>
<id>5f195938d4d489aa288bdb54ee6112a34aed1df9</id>
<content type='text'>
Problem:    Vim9: no line continuation allowed in method call.
Solution:   Handle line continuation in expression before method call.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: no line continuation allowed in method call.
Solution:   Handle line continuation in expression before method call.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1111: inconsistent naming of get_list_tv() and eval_dict()</title>
<updated>2020-07-01T16:29:55+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-01T16:29:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9a78e6df17033223ebdf499f2b02b2538601c52d'/>
<id>9a78e6df17033223ebdf499f2b02b2538601c52d</id>
<content type='text'>
Problem:    Inconsistent naming of get_list_tv() and eval_dict().
Solution:   Rename get_list_tv() to eval_list().  Similarly for eval_number(),
            eval_string(), eval_lit_string() and a few others.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Inconsistent naming of get_list_tv() and eval_dict().
Solution:   Rename get_list_tv() to eval_list().  Similarly for eval_number(),
            eval_string(), eval_lit_string() and a few others.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1110: Vim9: line continuation does not work in function arguments</title>
<updated>2020-07-01T15:28:33+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-01T15:28:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=e6b5324e3a3d354363f3c48e784c42ce3e77453f'/>
<id>e6b5324e3a3d354363f3c48e784c42ce3e77453f</id>
<content type='text'>
Problem:    Vim9: line continuation does not work in function arguments.
Solution:   Pass "evalarg" to get_func_tv().  Fix seeing double quoted string
            as comment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: line continuation does not work in function arguments.
Solution:   Pass "evalarg" to get_func_tv().  Fix seeing double quoted string
            as comment.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1109: still crashing when using s:variable</title>
<updated>2020-07-01T14:00:44+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-01T14:00:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=086eb18ba16164ca5258068cff9c4b2db742f2ef'/>
<id>086eb18ba16164ca5258068cff9c4b2db742f2ef</id>
<content type='text'>
Problem:    Still crashing when using s:variable.
Solution:   Remove assignment. (Ken Takata)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Still crashing when using s:variable.
Solution:   Remove assignment. (Ken Takata)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1108: mouse left-right scroll is not supported in terminal window</title>
<updated>2020-07-01T13:49:29+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-01T13:49:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=d58d4f90aeb381045000ea46493b5bd9b9d1fa23'/>
<id>d58d4f90aeb381045000ea46493b5bd9b9d1fa23</id>
<content type='text'>
Problem:    Mouse left-right scroll is not supported in terminal window.
Solution:   Implement mouse codes 6 and 7. (Trygve Aaberge, closes #6363)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Mouse left-right scroll is not supported in terminal window.
Solution:   Implement mouse codes 6 and 7. (Trygve Aaberge, closes #6363)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1107: 'imactivatefunc' and 'imstatusfunc' are not used in the GUI</title>
<updated>2020-07-01T13:12:44+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-01T13:12:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ef8c617b9c4dc262ed34598d7e382237696c3d61'/>
<id>ef8c617b9c4dc262ed34598d7e382237696c3d61</id>
<content type='text'>
Problem:    'imactivatefunc' and 'imstatusfunc' are not used in the GUI.
Solution:   Adjust the #ifdefs. (closes #6367)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    'imactivatefunc' and 'imstatusfunc' are not used in the GUI.
Solution:   Adjust the #ifdefs. (closes #6367)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1106: crash when trying to use s: variable in typed command</title>
<updated>2020-07-01T12:38:12+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-01T12:38:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=8e6cbb72324b6fb25d1a9abd6cc4d102d0e5f14e'/>
<id>8e6cbb72324b6fb25d1a9abd6cc4d102d0e5f14e</id>
<content type='text'>
Problem:    Crash when trying to use s: variable in typed command.
Solution:   Don't use the script index when not set. (Ken Takata,
            closes #6366)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash when trying to use s: variable in typed command.
Solution:   Don't use the script index when not set. (Ken Takata,
            closes #6366)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1105: insufficient test coverage for Lua</title>
<updated>2020-07-01T11:52:55+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-01T11:52:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=e49b8e8d7589e85e75aedefab7ce97da47adbf74'/>
<id>e49b8e8d7589e85e75aedefab7ce97da47adbf74</id>
<content type='text'>
Problem:    Insufficient test coverage for Lua.
Solution:   Add tests. (Yegappan Lakshmanan, closes #6368)  Fix uncovered
            memory leak.  Avoid unnecessary copy/free.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Insufficient test coverage for Lua.
Solution:   Add tests. (Yegappan Lakshmanan, closes #6368)  Fix uncovered
            memory leak.  Avoid unnecessary copy/free.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1104: Coverity warnts for possible NULL pointer use</title>
<updated>2020-07-01T11:15:24+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-01T11:15:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=11b6600c88165c70d9ccbbdd4d9c96e8266e365f'/>
<id>11b6600c88165c70d9ccbbdd4d9c96e8266e365f</id>
<content type='text'>
Problem:    Coverity warnts for possible NULL pointer use.
Solution:   Check "pbyts" is not NULL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Coverity warnts for possible NULL pointer use.
Solution:   Check "pbyts" is not NULL.
</pre>
</div>
</content>
</entry>
</feed>
