<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git, branch v8.1.1135</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.1.1135: build failure for small version</title>
<updated>2019-04-07T12:19:14+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-04-07T12:19:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=d85c396d5149a87677e30742f92b2ecfe28af8a6'/>
<id>d85c396d5149a87677e30742f92b2ecfe28af8a6</id>
<content type='text'>
Problem:    Build failure for small version. (Tony Mechelynck)
Solution:   Add #ifdef.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Build failure for small version. (Tony Mechelynck)
Solution:   Add #ifdef.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.1134: buffer for quickfix window is reused for another file</title>
<updated>2019-04-07T10:04:51+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-04-07T10:04:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=39803d82dbb215d2eea9fcd6cf2961b71515a438'/>
<id>39803d82dbb215d2eea9fcd6cf2961b71515a438</id>
<content type='text'>
Problem:    Buffer for quickfix window is reused for another file.
Solution:   Don't reuse the quickfx buffer. (Yegappan Lakshmanan)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Buffer for quickfix window is reused for another file.
Solution:   Don't reuse the quickfx buffer. (Yegappan Lakshmanan)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.1133: compiler warning for uninitialized struct member</title>
<updated>2019-04-07T09:56:49+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-04-07T09:56:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=08499f5a4d24cb7298b9730a22b2f84f2207c4d0'/>
<id>08499f5a4d24cb7298b9730a22b2f84f2207c4d0</id>
<content type='text'>
Problem:    Compiler warning for uninitialized struct member. (Yegappan
            Lakshmanan)
Solution:   Add initializer field.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Compiler warning for uninitialized struct member. (Yegappan
            Lakshmanan)
Solution:   Add initializer field.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.1132: getwinpos() test fails on MS-Windows</title>
<updated>2019-04-06T20:21:22+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-04-06T20:21:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=616aeef21f2abd0bc51dd98e641ade9bbc29a078'/>
<id>616aeef21f2abd0bc51dd98e641ade9bbc29a078</id>
<content type='text'>
Problem:    getwinpos() test fails on MS-Windows.
Solution:   Don't try running this test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    getwinpos() test fails on MS-Windows.
Solution:   Don't try running this test.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.1131: getwinpos() does not work in the MS-Windows console</title>
<updated>2019-04-06T20:01:24+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-04-06T20:01:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=16c34c37659e6afca74169969bdacb6b866548c9'/>
<id>16c34c37659e6afca74169969bdacb6b866548c9</id>
<content type='text'>
Problem:    getwinpos() does not work in the MS-Windows console.
Solution:   Implement getwinpos().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    getwinpos() does not work in the MS-Windows console.
Solution:   Implement getwinpos().
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.1130: MS-Windows: warning for unused variable</title>
<updated>2019-04-06T18:53:29+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-04-06T18:53:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=11640238289969a278876596a380952ffe25aad3'/>
<id>11640238289969a278876596a380952ffe25aad3</id>
<content type='text'>
Problem:    MS-Windows: warning for unused variable.
Solution:   Remove the variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    MS-Windows: warning for unused variable.
Solution:   Remove the variable.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.1129: when making a new screendump test have to create the file</title>
<updated>2019-04-06T18:51:52+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-04-06T18:51:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2d7260d66575052124b76c8b97b957319111bfef'/>
<id>2d7260d66575052124b76c8b97b957319111bfef</id>
<content type='text'>
Problem:    When making a new screendump test have to create the file.
Solution:   Continue creating the failed screendump, so it can be moved once
            it is correct.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    When making a new screendump test have to create the file.
Solution:   Continue creating the failed screendump, so it can be moved once
            it is correct.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.1128: getwinpos() test does not work on MS-Windows</title>
<updated>2019-04-06T18:40:35+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-04-06T18:40:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=94a7242ad1c41cc2a5377535f81d29a5b374b983'/>
<id>94a7242ad1c41cc2a5377535f81d29a5b374b983</id>
<content type='text'>
Problem:    getwinpos() test does not work on MS-Windows.
Solution:   Skip the test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    getwinpos() test does not work on MS-Windows.
Solution:   Skip the test.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.1127: getwinpos() doesn't work in terminal on MS-Windows console</title>
<updated>2019-04-06T18:00:19+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-04-06T18:00:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6bc9305a02f77136e65347951618575b2033cbc9'/>
<id>6bc9305a02f77136e65347951618575b2033cbc9</id>
<content type='text'>
Problem:    getwinpos() doesn't work in terminal on MS-Windows console.
Solution:   Adjust #ifdefs.  Disable test for MS-Windows console.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    getwinpos() doesn't work in terminal on MS-Windows console.
Solution:   Adjust #ifdefs.  Disable test for MS-Windows console.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.1126: build failure with +terminal but without tgetent</title>
<updated>2019-04-06T15:56:05+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-04-06T15:56:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=3d3f21764a8003b90216ae6fb988af1dae5f5d70'/>
<id>3d3f21764a8003b90216ae6fb988af1dae5f5d70</id>
<content type='text'>
Problem:    Build failure with +terminal but without tgetent.
Solution:   Adjust #ifdef.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Build failure with +terminal but without tgetent.
Solution:   Adjust #ifdef.
</pre>
</div>
</content>
</entry>
</feed>
