<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git, branch v7.4.2168</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 7.4.2168</title>
<updated>2016-08-06T18:36:34+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-08-06T18:36:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=5b4a3767f6d1760ba1ce103ef3cffb696ece0244'/>
<id>5b4a3767f6d1760ba1ce103ef3cffb696ece0244</id>
<content type='text'>
Problem:    Not running the startup test on MS-Windows.
Solution:   Write vimcmd.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not running the startup test on MS-Windows.
Solution:   Write vimcmd.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.2167</title>
<updated>2016-08-06T17:45:31+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-08-06T17:45:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c96a2f3b887d9a1f850f0dacc92616bee11f966b'/>
<id>c96a2f3b887d9a1f850f0dacc92616bee11f966b</id>
<content type='text'>
Problem:    Small build can't run tests.
Solution:   Don't try setting 'packpath'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Small build can't run tests.
Solution:   Don't try setting 'packpath'.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.2166</title>
<updated>2016-08-06T17:24:23+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-08-06T17:24:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=328604307ba26e3182eb0b096e820f9cd346c2dd'/>
<id>328604307ba26e3182eb0b096e820f9cd346c2dd</id>
<content type='text'>
Problem:    Small build can't run startup test.
Solution:   Skip the test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Small build can't run startup test.
Solution:   Skip the test.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.2165</title>
<updated>2016-08-06T17:16:43+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-08-06T17:16:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=83b3c3d8a0fa1afed06c13163b9f72c0925f2a61'/>
<id>83b3c3d8a0fa1afed06c13163b9f72c0925f2a61</id>
<content type='text'>
Problem:    Startup test fails on MS-Windows.
Solution:   Don't check output if RunVim() returns zero.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Startup test fails on MS-Windows.
Solution:   Don't check output if RunVim() returns zero.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.2164</title>
<updated>2016-08-06T17:01:55+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-08-06T17:01:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=66459b7c98c67f8a9d39de8f08e8e8f1fca0e359'/>
<id>66459b7c98c67f8a9d39de8f08e8e8f1fca0e359</id>
<content type='text'>
Problem:    It is not possible to use plugins in an "after" directory to tune
            the behavior of a package.
Solution:   First load plugins from non-after directories, then packages and
            finally plugins in after directories.
            Reset 'loadplugins' before executing --cmd arguments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    It is not possible to use plugins in an "after" directory to tune
            the behavior of a package.
Solution:   First load plugins from non-after directories, then packages and
            finally plugins in after directories.
            Reset 'loadplugins' before executing --cmd arguments.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.2163</title>
<updated>2016-08-06T13:29:22+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-08-06T13:29:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=d76a0c15f8bdbc901015879177fd5076d34c7a06'/>
<id>d76a0c15f8bdbc901015879177fd5076d34c7a06</id>
<content type='text'>
Problem:    match() and related functions tested with old style test.
Solution:   Convert to new style test. (Hirohito Higashi)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    match() and related functions tested with old style test.
Solution:   Convert to new style test. (Hirohito Higashi)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.2162</title>
<updated>2016-08-06T12:12:50+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-08-06T12:12:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=7522f6982197f83a5c0f6e9af07fb713934f824a'/>
<id>7522f6982197f83a5c0f6e9af07fb713934f824a</id>
<content type='text'>
Problem:    Result of getcompletion('', 'sign') depends on previous
            completion.
Solution:   Call set_context_in_sign_cmd(). (Dominique Pelle)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Result of getcompletion('', 'sign') depends on previous
            completion.
Solution:   Call set_context_in_sign_cmd(). (Dominique Pelle)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.2161</title>
<updated>2016-08-05T20:51:13+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-08-05T20:51:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=7ab6defcafe017a3ad58580a3e56dab705b1ed8b'/>
<id>7ab6defcafe017a3ad58580a3e56dab705b1ed8b</id>
<content type='text'>
Problem:    Expression test fails without conceal feature.
Solution:   Only check "conceal" with the conceal feature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Expression test fails without conceal feature.
Solution:   Only check "conceal" with the conceal feature.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.2160</title>
<updated>2016-08-05T20:22:06+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-08-05T20:22:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=7dc5e2e486fe0287601968e535902a41a39f65bb'/>
<id>7dc5e2e486fe0287601968e535902a41a39f65bb</id>
<content type='text'>
Problem:    setmatches() mixes up values. (Nikolai Pavlov)
Solution:   Save the string instead of reusing a shared buffer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    setmatches() mixes up values. (Nikolai Pavlov)
Solution:   Save the string instead of reusing a shared buffer.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 7.4.2159</title>
<updated>2016-08-05T19:25:29+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-08-05T19:25:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=5971dab1126d6279c6e523f4fedc2f1e6fb9b4c9'/>
<id>5971dab1126d6279c6e523f4fedc2f1e6fb9b4c9</id>
<content type='text'>
Problem:    Insufficient testing for cscope.
Solution:   Add more tests. (Dominique Pelle)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Insufficient testing for cscope.
Solution:   Add more tests. (Dominique Pelle)
</pre>
</div>
</content>
</entry>
</feed>
