<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/test_maparg.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.2804: setting buffer local mapping with mapset() changes global</title>
<updated>2021-04-24T11:12:38+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-04-24T11:12:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=7ba1e4d363164e32a93cceab64b42e8c6d89e9f3'/>
<id>7ba1e4d363164e32a93cceab64b42e8c6d89e9f3</id>
<content type='text'>
Problem:    Setting buffer local mapping with mapset() changes global mapping.
Solution:   Only set the local mapping. (closes #8143)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Setting buffer local mapping with mapset() changes global mapping.
Solution:   Only set the local mapping. (closes #8143)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2534: missing test coverage</title>
<updated>2021-02-20T18:21:36+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-02-20T18:21:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=a1070eae77f635f08b6f2612726b905796baaa58'/>
<id>a1070eae77f635f08b6f2612726b905796baaa58</id>
<content type='text'>
Problem:    Missing test coverage.
Solution:   Improve test coverage for completion with different encodings,
            mapset(), and term function failures. (Dominique Pellé,
            closes #7877)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Missing test coverage.
Solution:   Improve test coverage for completion with different encodings,
            mapset(), and term function failures. (Dominique Pellé,
            closes #7877)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1773: crash when calling mapset() with a list as first argument</title>
<updated>2020-09-29T19:45:41+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-09-29T19:45:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=1b9129809d8269acb8e7c79d8fc99c7976b4f76e'/>
<id>1b9129809d8269acb8e7c79d8fc99c7976b4f76e</id>
<content type='text'>
Problem:    Crash when calling mapset() with a list as first argument.
Solution:   Check for NULL. (closes #7040)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash when calling mapset() with a list as first argument.
Solution:   Check for NULL. (closes #7040)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1766: Vim9: Some tests are still using :let</title>
<updated>2020-09-27T20:47:05+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-09-27T20:47:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=7a9cbca00a8ec53306f8a5852e332feb79091793'/>
<id>7a9cbca00a8ec53306f8a5852e332feb79091793</id>
<content type='text'>
Problem:    Vim9: Some tests are still using :let.
Solution:   Change the last few declarations to use :var.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: Some tests are still using :let.
Solution:   Change the last few declarations to use :var.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1623: Vim9: using :call where it is not needed</title>
<updated>2020-09-06T13:58:36+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-09-06T13:58:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=d2c617055ac8ff6ff244f69e23dce1f73741c5ad'/>
<id>d2c617055ac8ff6ff244f69e23dce1f73741c5ad</id>
<content type='text'>
Problem:    Vim9: using :call where it is not needed.
Solution:   Remove :call. (closes #6892)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: using :call where it is not needed.
Solution:   Remove :call. (closes #6892)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1397: Vim9: return type of maparg() not adjusted for fourth arg</title>
<updated>2020-08-08T15:55:49+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-08-08T15:55:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=4a6d1b660fcea67931202527ad2852da55d26d49'/>
<id>4a6d1b660fcea67931202527ad2852da55d26d49</id>
<content type='text'>
Problem:    Vim9: return type of maparg() not adjusted for fourth argument.
Solution:   Check if fourth argument is present. (closes #6645)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim9: return type of maparg() not adjusted for fourth argument.
Solution:   Check if fourth argument is present. (closes #6645)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0815: maparg() does not provide enough information for mapset()</title>
<updated>2020-05-24T11:10:18+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-05-24T11:10:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9c65253fe702ea010afec11aa971acd542c35de2'/>
<id>9c65253fe702ea010afec11aa971acd542c35de2</id>
<content type='text'>
Problem:    maparg() does not provide enough information for mapset().
Solution:   Add "lhsraw" and "lhsrawalt" items.  Drop "simplified"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    maparg() does not provide enough information for mapset().
Solution:   Add "lhsraw" and "lhsrawalt" items.  Drop "simplified"
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0812: mapset() does not properly handle &lt;&gt; notation</title>
<updated>2020-05-22T18:01:06+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-05-22T18:01:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c94c1467b9b86156a6b7c8d3e41ff01c13d2be07'/>
<id>c94c1467b9b86156a6b7c8d3e41ff01c13d2be07</id>
<content type='text'>
Problem:    mapset() does not properly handle &lt;&gt; notation.
Solution:   Convert &lt;&gt; codes. (closes #6116)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    mapset() does not properly handle &lt;&gt; notation.
Solution:   Convert &lt;&gt; codes. (closes #6116)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0807: cannot easily restore a mapping</title>
<updated>2020-05-22T11:10:44+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-05-22T11:10:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=4c9243f9fb708c9010867d3cc8e928f36b58509a'/>
<id>4c9243f9fb708c9010867d3cc8e928f36b58509a</id>
<content type='text'>
Problem:    Cannot easily restore a mapping.
Solution:   Add mapset().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot easily restore a mapping.
Solution:   Add mapset().
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0491: cannot recognize a &lt;script&gt; mapping using maparg()</title>
<updated>2020-04-01T17:22:12+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-04-01T17:22:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2da0f0c445da3c9b35b2a0cd595d10e81ad2a6f9'/>
<id>2da0f0c445da3c9b35b2a0cd595d10e81ad2a6f9</id>
<content type='text'>
Problem:    Cannot recognize a &lt;script&gt; mapping using maparg().
Solution:   Add the "script" key. (closes #5873)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot recognize a &lt;script&gt; mapping using maparg().
Solution:   Add the "script" key. (closes #5873)
</pre>
</div>
</content>
</entry>
</feed>
