<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir, branch v8.1.0354</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.0354: packadd test fails on MS-Windows</title>
<updated>2018-09-08T17:12:12+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-09-08T17:12:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=53c8a478cc4265549597b00214e0da812154742e'/>
<id>53c8a478cc4265549597b00214e0da812154742e</id>
<content type='text'>
Problem:    Packadd test fails on MS-Windows.
Solution:   Ignore difference between forward and backward slashes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Packadd test fails on MS-Windows.
Solution:   Ignore difference between forward and backward slashes.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0353: an "after" directory of a package is appended to 'rtp'</title>
<updated>2018-09-08T16:21:16+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-09-08T16:21:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=99396d4cbf78d313a454c7448acc07412d2e45b7'/>
<id>99396d4cbf78d313a454c7448acc07412d2e45b7</id>
<content type='text'>
Problem:    An "after" directory of a package is appended to 'rtp', which
            will be after the user's "after" directory. ()
Solution:   Insert the package "after" directory before any other "after"
            directory in 'rtp'. (closes #3409)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    An "after" directory of a package is appended to 'rtp', which
            will be after the user's "after" directory. ()
Solution:   Insert the package "after" directory before any other "after"
            directory in 'rtp'. (closes #3409)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0351: 'incsearch' for :/foo/s//&lt;Esc&gt; changes last search pattern</title>
<updated>2018-09-06T19:44:17+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-09-06T19:44:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=198cb66d652d3d8ac16226dcc929a11b0b720151'/>
<id>198cb66d652d3d8ac16226dcc929a11b0b720151</id>
<content type='text'>
Problem:    'incsearch' for :/foo/s//&lt;Esc&gt; changes last search pattern.
Solution:   Save the last search pattern earlier.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    'incsearch' for :/foo/s//&lt;Esc&gt; changes last search pattern.
Solution:   Save the last search pattern earlier.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0350: Vim may block on ch_sendraw()</title>
<updated>2018-09-06T14:27:24+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-09-06T14:27:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0b1468884a2a1c5d3442cbb7119330e307f0aa3d'/>
<id>0b1468884a2a1c5d3442cbb7119330e307f0aa3d</id>
<content type='text'>
Problem:    Vim may block on ch_sendraw() when the job is sending data back to
            Vim, which isn't read yet. (Nate Bosch)
Solution:   Add the "noblock" option to job_start(). (closes #2548)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim may block on ch_sendraw() when the job is sending data back to
            Vim, which isn't read yet. (Nate Bosch)
Solution:   Add the "noblock" option to job_start(). (closes #2548)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0347: some tests fail on Solaris</title>
<updated>2018-09-03T20:08:10+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-09-03T20:08:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f1c118be93184e8e57e3e80b1b3383f464ed649e'/>
<id>f1c118be93184e8e57e3e80b1b3383f464ed649e</id>
<content type='text'>
Problem:    Some tests fail on Solaris.
Solution:   Skip writefile test. Fix path to libc.so. Improve test for Turkish
            case change. (Libor Bukata, Bjorn Linse, closes #3403)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Some tests fail on Solaris.
Solution:   Skip writefile test. Fix path to libc.so. Improve test for Turkish
            case change. (Libor Bukata, Bjorn Linse, closes #3403)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0346: building with Aap is outdated and unused</title>
<updated>2018-09-02T13:27:07+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-09-02T13:27:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=acca8df9d475bbfbafc71691ebc3b857ecd2777e'/>
<id>acca8df9d475bbfbafc71691ebc3b857ecd2777e</id>
<content type='text'>
Problem:    Building with Aap is outdated and unused.
Solution:   Remove the Aap build files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Building with Aap is outdated and unused.
Solution:   Remove the Aap build files.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0345: cannot get the window id associated with the location list</title>
<updated>2018-09-02T13:18:42+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-09-02T13:18:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c9cc9c78f21caba7ecb5c90403df5e19a57aa96a'/>
<id>c9cc9c78f21caba7ecb5c90403df5e19a57aa96a</id>
<content type='text'>
Problem:    Cannot get the window id associated with the location list.
Solution:   Add the "filewinid" argument to getloclist(). (Yegappan
            Lakshmanan, closes #3202)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot get the window id associated with the location list.
Solution:   Add the "filewinid" argument to getloclist(). (Yegappan
            Lakshmanan, closes #3202)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0344: 'hlsearch' highlighting has a gap after /$</title>
<updated>2018-09-02T13:07:28+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-09-02T13:07:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=7ee3f15b21042cb8148980ea486137eaf1b55bcd'/>
<id>7ee3f15b21042cb8148980ea486137eaf1b55bcd</id>
<content type='text'>
Problem:    'hlsearch' highlighting has a gap after /$.
Solution:   Remove suspicious code. (Ricky Zhou, closes #3400)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    'hlsearch' highlighting has a gap after /$.
Solution:   Remove suspicious code. (Ricky Zhou, closes #3400)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0341: :argadd in empty buffer changes the buffer name</title>
<updated>2018-08-31T21:06:22+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-08-31T21:06:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=32bbd00949c585ea1c9da13197279a175097eddd'/>
<id>32bbd00949c585ea1c9da13197279a175097eddd</id>
<content type='text'>
Problem:    :argadd in empty buffer changes the buffer name. (Pavol Juhas)
Solution:   Don't re-use the current buffer when not going to edit the file.
            (closes #3397)  Do re-use the current buffer for :next.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    :argadd in empty buffer changes the buffer name. (Pavol Juhas)
Solution:   Don't re-use the current buffer when not going to edit the file.
            (closes #3397)  Do re-use the current buffer for :next.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0340: no test for :spellinfo</title>
<updated>2018-08-31T20:26:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-08-31T20:26:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9049b686121367941bf534c041975938135c7e20'/>
<id>9049b686121367941bf534c041975938135c7e20</id>
<content type='text'>
Problem:    No test for :spellinfo.
Solution:   Add a test. (Dominique Pelle, closes #3394)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No test for :spellinfo.
Solution:   Add a test. (Dominique Pelle, closes #3394)
</pre>
</div>
</content>
</entry>
</feed>
