<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/testdir, branch v0.3.0</title>
<subtitle>Neovim fork with Rahm's personal hacks.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/'/>
<entry>
<title>vim-patch:8.0.0533: abbreviation doesn't work after backspacing newline</title>
<updated>2018-06-09T01:13:33+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>janedmundlazo@hotmail.com</email>
</author>
<published>2018-06-08T00:36:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3bcbf802cea28e5f3632b7a226e46d6b8efa3668'/>
<id>3bcbf802cea28e5f3632b7a226e46d6b8efa3668</id>
<content type='text'>
Problem:    Abbreviation doesn't work after backspacing newline. (Hkonrk)
Solution:   Set the insert start column. (closes vim/vim#1609)
https://github.com/vim/vim/commit/878c263a489b7e211eda31fa13a3d5ad9e120554
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Abbreviation doesn't work after backspacing newline. (Hkonrk)
Solution:   Set the insert start column. (closes vim/vim#1609)
https://github.com/vim/vim/commit/878c263a489b7e211eda31fa13a3d5ad9e120554
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.0.0525: completion for user command argument not tested (#8506)</title>
<updated>2018-06-08T22:20:09+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2018-06-08T22:20:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cca29112d52aaba97a93d8bad4c15c20b9998f53'/>
<id>cca29112d52aaba97a93d8bad4c15c20b9998f53</id>
<content type='text'>
Solution:   Completion for user command argument not tested.
Problem:    Add a test.
https://github.com/vim/vim/commit/a33ddbbd04ca9b81cba6114708f42b8e26293b99</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Solution:   Completion for user command argument not tested.
Problem:    Add a test.
https://github.com/vim/vim/commit/a33ddbbd04ca9b81cba6114708f42b8e26293b99</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #8498 from janlazo/vim-8.0.0523</title>
<updated>2018-06-08T06:15:37+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-06-08T06:15:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c500f22f3ced8bbc271c4ec50d2217626ba5e97e'/>
<id>c500f22f3ced8bbc271c4ec50d2217626ba5e97e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.0.0355: using uninitialized memory when 'isfname' is empty (#8493)</title>
<updated>2018-06-08T06:10:38+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2018-06-08T06:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=be68f218ffef891fe4521d70cf52eceb93ef5d5e'/>
<id>be68f218ffef891fe4521d70cf52eceb93ef5d5e</id>
<content type='text'>
Problem:    Using uninitialized memory when 'isfname' is empty.
Solution:   Don't call getpwnam() without an argument. (Dominique Pelle,
            closes vim/vim#1464)
https://github.com/vim/vim/commit/187a4f28140f10ff833862be7e3ef823d317e1c7</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using uninitialized memory when 'isfname' is empty.
Solution:   Don't call getpwnam() without an argument. (Dominique Pelle,
            closes vim/vim#1464)
https://github.com/vim/vim/commit/187a4f28140f10ff833862be7e3ef823d317e1c7</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.0.0586: no test for mapping timing out (#8501)</title>
<updated>2018-06-08T06:07:31+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2018-06-08T06:07:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4871f26c220c5cedbe2f4fbf6cb379da91aef0c3'/>
<id>4871f26c220c5cedbe2f4fbf6cb379da91aef0c3</id>
<content type='text'>
Problem:    No test for mapping timing out.
Solution:   Add a test.
https://github.com/vim/vim/commit/b7637c44c26b057d1f3721d932bbab06d9f74393</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No test for mapping timing out.
Solution:   Add a test.
https://github.com/vim/vim/commit/b7637c44c26b057d1f3721d932bbab06d9f74393</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.0.0523: dv} deletes part of a multi-byte character.</title>
<updated>2018-06-07T23:41:30+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>janedmundlazo@hotmail.com</email>
</author>
<published>2018-06-07T23:33:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=34c06887900903f1722ba556b72da5f1c9fc6dd3'/>
<id>34c06887900903f1722ba556b72da5f1c9fc6dd3</id>
<content type='text'>
Problem:    dv} deletes part of a multi-byte character. (Urtica Dioica)
Solution:   Include the whole character.
https://github.com/vim/vim/commit/bf3d58073f7b34b2d65d1d08a728d1164e03cceb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    dv} deletes part of a multi-byte character. (Urtica Dioica)
Solution:   Include the whole character.
https://github.com/vim/vim/commit/bf3d58073f7b34b2d65d1d08a728d1164e03cceb
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #8491 from janlazo/vim-8.0.0255</title>
<updated>2018-06-07T16:31:50+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-06-07T16:31:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=db68d1d638e4986f7557877ea511e11990b5f4a3'/>
<id>db68d1d638e4986f7557877ea511e11990b5f4a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.0.0265: ml_get error when :pydo deletes lines (#8492)</title>
<updated>2018-06-07T08:06:06+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2018-06-07T08:06:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5a82afa17aa7dec33af2f9c67e7786e7b5e9e8bb'/>
<id>5a82afa17aa7dec33af2f9c67e7786e7b5e9e8bb</id>
<content type='text'>
Problem:    May get ml_get error when :pydo deletes lines or switches to
            another buffer. (Nikolai Pavlov, issue vim/vim#1421)
Solution:   Check the buffer and line every time.
https://github.com/vim/vim/commit/a58883b4ea0bbb813fd4dd7eb49dd6f03e3e5387

(We only include the tests, the Vim code changes are N/A for Nvim.)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    May get ml_get error when :pydo deletes lines or switches to
            another buffer. (Nikolai Pavlov, issue vim/vim#1421)
Solution:   Check the buffer and line every time.
https://github.com/vim/vim/commit/a58883b4ea0bbb813fd4dd7eb49dd6f03e3e5387

(We only include the tests, the Vim code changes are N/A for Nvim.)</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.0.0255: setpos() does not use the buffer argument for all marks</title>
<updated>2018-06-07T00:37:35+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>janedmundlazo@hotmail.com</email>
</author>
<published>2018-06-06T21:39:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2d456f84d1f87ae9c8ca34db6c68b7d49b786193'/>
<id>2d456f84d1f87ae9c8ca34db6c68b7d49b786193</id>
<content type='text'>
Problem:    When calling setpos() with a buffer argument it often is ignored.
            (Matthew Malcomson)
Solution:   Make the buffer argument work for all marks local to a buffer.
            (neovim vim/vim#5713)  Add more tests.
https://github.com/vim/vim/commit/f13e00b2cf381e13fd327b5387a5bd6f004ac2a3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    When calling setpos() with a buffer argument it often is ignored.
            (Matthew Malcomson)
Solution:   Make the buffer argument work for all marks local to a buffer.
            (neovim vim/vim#5713)  Add more tests.
https://github.com/vim/vim/commit/f13e00b2cf381e13fd327b5387a5bd6f004ac2a3
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.0.0675: 'colorcolumn' has a higher priority than 'hlsearch' (#8483)</title>
<updated>2018-06-05T15:10:07+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2018-06-05T15:10:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=078202d6f8b4f7312e88790ea0af0b67bf300951'/>
<id>078202d6f8b4f7312e88790ea0af0b67bf300951</id>
<content type='text'>
Problem:    'colorcolumn' has a higher priority than 'hlsearch', it should be
            the other way around. (Nazri Ramliy)
Solution:   Change the priorities. (LemonBoy, closes vim/vim#1794)
https://github.com/vim/vim/commit/774e5a9673260b1b8b88463669213a96637f72e8</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    'colorcolumn' has a higher priority than 'hlsearch', it should be
            the other way around. (Nazri Ramliy)
Solution:   Change the priorities. (LemonBoy, closes vim/vim#1794)
https://github.com/vim/vim/commit/774e5a9673260b1b8b88463669213a96637f72e8</pre>
</div>
</content>
</entry>
</feed>
