<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git, branch v8.2.3033</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.3033: no error when using alpha delimiter with :global</title>
<updated>2021-06-21T19:55:18+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-06-21T19:55:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=419a40ac9657e39646b2e0f3f71d7736b0c459d1'/>
<id>419a40ac9657e39646b2e0f3f71d7736b0c459d1</id>
<content type='text'>
Problem:    No error when using alpha delimiter with :global.
Solution:   Check the delimiter like with :substitute. (closes #8415)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No error when using alpha delimiter with :global.
Solution:   Check the delimiter like with :substitute. (closes #8415)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3032: build problems with MSVC, other crypt issues with libsodium</title>
<updated>2021-06-21T19:08:08+00:00</updated>
<author>
<name>Christian Brabandt</name>
<email>cb@256bit.org</email>
</author>
<published>2021-06-21T19:08:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=226b28b96150e59375d2bff44e0aadd382b0c3f1'/>
<id>226b28b96150e59375d2bff44e0aadd382b0c3f1</id>
<content type='text'>
Problem:    Build problems with MSVC, other crypt issues with libsodium.
Solution:   Adjust MSVC makefile. Disable swap file only when 'key' is set.
            Adjust error message used when key is wrong.  Fix Coverity issues.
            (Christian Brabandt, closes #8420, closes #8411)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Build problems with MSVC, other crypt issues with libsodium.
Solution:   Adjust MSVC makefile. Disable swap file only when 'key' is set.
            Adjust error message used when key is wrong.  Fix Coverity issues.
            (Christian Brabandt, closes #8420, closes #8411)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3031: no error if a function name starts with an underscore</title>
<updated>2021-06-21T18:48:58+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-06-21T18:48:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=22f17a29cd0b0cc3107dc6cd1d96c62eee52a7d9'/>
<id>22f17a29cd0b0cc3107dc6cd1d96c62eee52a7d9</id>
<content type='text'>
Problem:    No error if a function name starts with an underscore. (Naohiro
            Ono)
Solution:   In Vim9 script disallow a function name starting with an
            underscore, as is mentioned in the help. (closes #8414)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No error if a function name starts with an underscore. (Naohiro
            Ono)
Solution:   In Vim9 script disallow a function name starting with an
            underscore, as is mentioned in the help. (closes #8414)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3030: Coverity reports a memory leak</title>
<updated>2021-06-21T18:15:37+00:00</updated>
<author>
<name>Dominique Pelle</name>
<email>dominique.pelle@gmail.com</email>
</author>
<published>2021-06-21T18:15:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=cb54bc65625abad9a0af501acac5c70fba17e2cc'/>
<id>cb54bc65625abad9a0af501acac5c70fba17e2cc</id>
<content type='text'>
Problem:    Coverity reports a memory leak.
Solution:   Fix the leak and a few typos. (Dominique Pellé, closes #8418)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Coverity reports a memory leak.
Solution:   Fix the leak and a few typos. (Dominique Pellé, closes #8418)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3029: Vim9: crash when using operator and list unpack assignment</title>
<updated>2021-06-21T17:44:11+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-06-21T17:44:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=035bd1c99f2a8eda5ee886adde4f97ea71fb167f'/>
<id>035bd1c99f2a8eda5ee886adde4f97ea71fb167f</id>
<content type='text'>
Problem:    Vim9: crash when using operator and list unpack assignment.
            (Naohiro Ono)
Solution:   Get variable value before operation. (closes #8416)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: crash when using operator and list unpack assignment.
            (Naohiro Ono)
Solution:   Get variable value before operation. (closes #8416)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3028: GUI mouse events not tested</title>
<updated>2021-06-21T16:44:26+00:00</updated>
<author>
<name>Yegappan Lakshmanan</name>
<email>yegappan@yahoo.com</email>
</author>
<published>2021-06-21T16:44:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f1e7449d567c630601aa0cec6c663b791785a668'/>
<id>f1e7449d567c630601aa0cec6c663b791785a668</id>
<content type='text'>
Problem:    GUI mouse events not tested.
Solution:   Add test_gui_mouse_event().  Add mouse tests. Also add a few
            viminfo tests. (Yegappan Lakshmanan, closes #8407)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    GUI mouse events not tested.
Solution:   Add test_gui_mouse_event().  Add mouse tests. Also add a few
            viminfo tests. (Yegappan Lakshmanan, closes #8407)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3027: Vim9: breakpoint in compiled function not always checked</title>
<updated>2021-06-20T18:09:42+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-06-20T18:09:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2ac4b2536a40e5cd75b4ff7a3d44a282d2f4f008'/>
<id>2ac4b2536a40e5cd75b4ff7a3d44a282d2f4f008</id>
<content type='text'>
Problem:    Vim9: breakpoint in compiled function not always checked.
Solution:   Check for breakpoint when calling compiled function from compiled
            function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: breakpoint in compiled function not always checked.
Solution:   Check for breakpoint when calling compiled function from compiled
            function.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3026: Vim9: cannot set breakpoint in compiled function</title>
<updated>2021-06-20T17:28:14+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-06-20T17:28:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=4f8f54280fa728b7d5a63b67d02b60a3b3dce543'/>
<id>4f8f54280fa728b7d5a63b67d02b60a3b3dce543</id>
<content type='text'>
Problem:    Vim9: cannot set breakpoint in compiled function.
Solution:   Check for breakpoint when calling a function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: cannot set breakpoint in compiled function.
Solution:   Check for breakpoint when calling a function.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3025: not enough tests for quickfix end_col and end_lnum</title>
<updated>2021-06-20T14:31:00+00:00</updated>
<author>
<name>shane.xb.qian</name>
<email>shane.qian@foxmail.com</email>
</author>
<published>2021-06-20T14:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0d5e1ec37fbe75e18acba6f650c59bf91063108c'/>
<id>0d5e1ec37fbe75e18acba6f650c59bf91063108c</id>
<content type='text'>
Problem:    Not enough tests for quickfix end_col and end_lnum.
Solution:   Add a few more test cases. (Shane-XB-Qian, closes #8409)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not enough tests for quickfix end_col and end_lnum.
Solution:   Add a few more test cases. (Shane-XB-Qian, closes #8409)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.3024: execute() function test fails</title>
<updated>2021-06-20T13:03:15+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-06-20T13:03:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2fb1b89d721682585228f9a6ee7da4b6d3c6634d'/>
<id>2fb1b89d721682585228f9a6ee7da4b6d3c6634d</id>
<content type='text'>
Problem:    execute() function test fails.
Solution:   Adjust test for different error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    execute() function test fails.
Solution:   Adjust test for different error.
</pre>
</div>
</content>
</entry>
</feed>
