<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/runtime, branch v8.2.0093</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.0088: insufficient tests for tags; bug in using extra tag field</title>
<updated>2020-01-05T19:35:44+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-01-05T19:35:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=830c1afc9d2cd5819a05c71d4e0b1f748a8c0519'/>
<id>830c1afc9d2cd5819a05c71d4e0b1f748a8c0519</id>
<content type='text'>
Problem:    Insufficient tests for tags; bug in using extra tag field when
            using an ex command to position the cursor.
Solution:   Fix the bug, add more tests. (Yegappan Lakshmanan, closes #5439)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Insufficient tests for tags; bug in using extra tag field when
            using an ex command to position the cursor.
Solution:   Fix the bug, add more tests. (Yegappan Lakshmanan, closes #5439)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0084: complete item "user_data" can only be a string</title>
<updated>2020-01-04T13:32:48+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-01-04T13:32:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0892832bb6c7e322fcae8560eaad5a8140ee4a06'/>
<id>0892832bb6c7e322fcae8560eaad5a8140ee4a06</id>
<content type='text'>
Problem:    Complete item "user_data" can only be a string.
Solution:   Accept any type of variable. (closes #5412)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Complete item "user_data" can only be a string.
Solution:   Accept any type of variable. (closes #5412)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update a few runtime files.</title>
<updated>2020-01-02T20:34:42+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-01-02T20:34:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=d7df279808f75f7a4af8dd48deae73a9b727ac3b'/>
<id>d7df279808f75f7a4af8dd48deae73a9b727ac3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0077: settagstack() cannot truncate at current index</title>
<updated>2020-01-02T13:02:16+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-01-02T13:02:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=271fa08a35b8d320d3a40db4ddae83b698fdd4fb'/>
<id>271fa08a35b8d320d3a40db4ddae83b698fdd4fb</id>
<content type='text'>
Problem:    settagstack() cannot truncate at current index.
Solution:   Add the "t" action. (Yegappan Lakshmanan, closes #5417)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    settagstack() cannot truncate at current index.
Solution:   Add the "t" action. (Yegappan Lakshmanan, closes #5417)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0074: Python 3 unicode test someitmes fails</title>
<updated>2020-01-01T15:18:38+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-01-01T15:18:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=4b7cdca23035eacf6cd0e30b90546cf32f7efe9e'/>
<id>4b7cdca23035eacf6cd0e30b90546cf32f7efe9e</id>
<content type='text'>
Problem:    Python 3 unicode test someitmes fails.
Solution:   Make 'termencoding' empty.  Correct number of error message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Python 3 unicode test someitmes fails.
Solution:   Make 'termencoding' empty.  Correct number of error message.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0054: :diffget and :diffput don't have good completion</title>
<updated>2019-12-29T12:56:33+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-12-29T12:56:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ae7dba896975051a3f0b7123faa08dac5635972d'/>
<id>ae7dba896975051a3f0b7123faa08dac5635972d</id>
<content type='text'>
Problem:    :diffget and :diffput don't have good completion.
Solution:   Add proper completion. (Dominique Pelle, closes #5409)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    :diffget and :diffput don't have good completion.
Solution:   Add proper completion. (Dominique Pelle, closes #5409)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0047: cannot skip tests for specific MS-Windows platform</title>
<updated>2019-12-27T12:49:24+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-12-27T12:49:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0c1e3744ff0cd6c17af773046b876b428ff3dded'/>
<id>0c1e3744ff0cd6c17af773046b876b428ff3dded</id>
<content type='text'>
Problem:    Cannot skip tests for specific MS-Windows platform.
Solution:   Add windowsversion().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot skip tests for specific MS-Windows platform.
Solution:   Add windowsversion().
</pre>
</div>
</content>
</entry>
<entry>
<title>Update runtime files.</title>
<updated>2019-12-26T13:35:26+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-12-26T13:35:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=5666fcd0bd794dd46813824cce63a38bcae63794'/>
<id>5666fcd0bd794dd46813824cce63a38bcae63794</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update runtime files.</title>
<updated>2019-12-19T21:12:03+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-12-19T21:12:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=95a9dd1efc5ae3221865f4970053a5708557e682'/>
<id>95a9dd1efc5ae3221865f4970053a5708557e682</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0024: filetype Rego not recognized</title>
<updated>2019-12-19T14:57:42+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-12-19T14:57:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=a4ce82fe2e990eb9eaabf6ad400e2a74cce50ce6'/>
<id>a4ce82fe2e990eb9eaabf6ad400e2a74cce50ce6</id>
<content type='text'>
Problem:    Filetype Rego not recognized.
Solution:   Add *.rego. (Matt Dunford, closes #5376)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Filetype Rego not recognized.
Solution:   Add *.rego. (Matt Dunford, closes #5376)
</pre>
</div>
</content>
</entry>
</feed>
