<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src, branch nightly</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>Merge pull request #16341 from zeertzjq/vim-8.2.2518</title>
<updated>2021-11-22T03:21:32+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2021-11-22T03:21:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=64abd7be7993ed3fa031b5d71a4482871108093a'/>
<id>64abd7be7993ed3fa031b5d71a4482871108093a</id>
<content type='text'>
vim-patch:8.2.{2518,2520,3572,3588}: 'listchars' (and 'fillchars'?) fixes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim-patch:8.2.{2518,2520,3572,3588}: 'listchars' (and 'fillchars'?) fixes</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.3627: difficult to know where the text starts in a window (#16377)</title>
<updated>2021-11-22T02:10:03+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2021-11-22T02:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e05db65d2ae3bb3c57e009e67ffc85794835a4e2'/>
<id>e05db65d2ae3bb3c57e009e67ffc85794835a4e2</id>
<content type='text'>
vim-patch:8.2.3627: difficult to know where the text starts in a window

Problem:    difficult to know where the text starts in a window. (Sergey
            Vlasov)
Solution:   Add the "textoff" entry in the result of getwininfo().
            (closes vim/vim#9163)
https://github.com/vim/vim/commit/cdf5fdb2948ecdd24c6a1e27ed33dfa847c2b3e4

Fix indent in Test_getbufwintabinfo().</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim-patch:8.2.3627: difficult to know where the text starts in a window

Problem:    difficult to know where the text starts in a window. (Sergey
            Vlasov)
Solution:   Add the "textoff" entry in the result of getwininfo().
            (closes vim/vim#9163)
https://github.com/vim/vim/commit/cdf5fdb2948ecdd24c6a1e27ed33dfa847c2b3e4

Fix indent in Test_getbufwintabinfo().</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #16386 from VVKot/vim-8.2.2922</title>
<updated>2021-11-22T01:41:56+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2021-11-22T01:41:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f45b2f313e681a0ceed1e1ac6aff54ce07716544'/>
<id>f45b2f313e681a0ceed1e1ac6aff54ce07716544</id>
<content type='text'>
vim-patch:8.2.2922,8.2.3639</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim-patch:8.2.2922,8.2.3639</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #16362 from zeertzjq/vim-8.2.3617</title>
<updated>2021-11-21T22:47:09+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2021-11-21T22:47:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0d967f0298a355452f62b9c76c34e102a6b9016e'/>
<id>0d967f0298a355452f62b9c76c34e102a6b9016e</id>
<content type='text'>
vim-patch:8.2.{3468,3617,3618,3622}: some other CWD related patches</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim-patch:8.2.{3468,3617,3618,3622}: some other CWD related patches</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.3255: ci" finds following string but ci&lt; and others don't (#16324)</title>
<updated>2021-11-21T19:00:50+00:00</updated>
<author>
<name>Michal Liszcz</name>
<email>liszcz.michal@gmail.com</email>
</author>
<published>2021-11-21T19:00:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=85707a3395f6b69328d96b8441ae33945ff4d1f6'/>
<id>85707a3395f6b69328d96b8441ae33945ff4d1f6</id>
<content type='text'>
Problem:    ci" finds following string but ci&lt; and others don't.
Solution:   When not inside an object find the start. (Connor Lane Smit,
            closes vim/vim#8670)
https://github.com/vim/vim/commit/b9115da4bec5e6cfff69da85cc47c42dd67e42e4</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    ci" finds following string but ci&lt; and others don't.
Solution:   When not inside an object find the start. (Connor Lane Smit,
            closes vim/vim#8670)
https://github.com/vim/vim/commit/b9115da4bec5e6cfff69da85cc47c42dd67e42e4</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.1606: on a narrow screen ":hi" output is confusing (#16388)</title>
<updated>2021-11-21T18:10:24+00:00</updated>
<author>
<name>Volodymyr Kot</name>
<email>volodymyr.kot.ua@gmail.com</email>
</author>
<published>2021-11-21T18:10:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9d0726f6d85e5101dd44b174ab40d0f2f4e4ff44'/>
<id>9d0726f6d85e5101dd44b174ab40d0f2f4e4ff44</id>
<content type='text'>
Problem:    On a narrow screen ":hi" output is confusing.
Solution:   Insert a space between highlight group name and "xxx". (Masato
            Nishihaga, closes vim/vim#4599)
https://github.com/vim/vim/commit/548be7f126dc57ca861cb26dc6492c3b2a9e2c99</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    On a narrow screen ":hi" output is confusing.
Solution:   Insert a space between highlight group name and "xxx". (Masato
            Nishihaga, closes vim/vim#4599)
https://github.com/vim/vim/commit/548be7f126dc57ca861cb26dc6492c3b2a9e2c99</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.3638: getcompletion() always passes zero as position (#16387)</title>
<updated>2021-11-21T18:00:51+00:00</updated>
<author>
<name>ii14</name>
<email>59243201+ii14@users.noreply.github.com</email>
</author>
<published>2021-11-21T18:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9d868317f9c6b9cf5ec4bcf0694d2934815d806d'/>
<id>9d868317f9c6b9cf5ec4bcf0694d2934815d806d</id>
<content type='text'>
Problem:    getcompletion() always passes zero as position to custom
            completion function.
Solution:   Pass the pattern length. (closes vim/vim#9173)
https://github.com/vim/vim/commit/4785fe02bba14c4e0aede0fa425ca790a1cb98d7

Co-authored-by: ii14 &lt;ii14@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    getcompletion() always passes zero as position to custom
            completion function.
Solution:   Pass the pattern length. (closes vim/vim#9173)
https://github.com/vim/vim/commit/4785fe02bba14c4e0aede0fa425ca790a1cb98d7

Co-authored-by: ii14 &lt;ii14@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.3639: line commented out accidentally</title>
<updated>2021-11-21T13:53:50+00:00</updated>
<author>
<name>VVKot</name>
<email>volodymyr.kot.ua@gmail.com</email>
</author>
<published>2021-11-21T13:52:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ad71ecb49b0e8c44c3747738c9e46309abbf8e76'/>
<id>ad71ecb49b0e8c44c3747738c9e46309abbf8e76</id>
<content type='text'>
Problem:    Line commented out accidentally.
Solution:   Uncomment. (Volodymyr Kot, closes vim/vim#9172)
https://github.com/vim/vim/commit/7f0c4b418e01d6e056a74de2f22fcbad613b7591
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Line commented out accidentally.
Solution:   Uncomment. (Volodymyr Kot, closes vim/vim#9172)
https://github.com/vim/vim/commit/7f0c4b418e01d6e056a74de2f22fcbad613b7591
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.2922: computing array length is done in various ways</title>
<updated>2021-11-21T08:20:38+00:00</updated>
<author>
<name>VVKot</name>
<email>volodymyr.kot.ua@gmail.com</email>
</author>
<published>2021-11-21T07:24:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ddc401a91cc7d1dfb534172158a6b4bae4c0eb48'/>
<id>ddc401a91cc7d1dfb534172158a6b4bae4c0eb48</id>
<content type='text'>
Problem:    Computing array length is done in various ways.
Solution:   Use ARRAY_LENGTH everywhere. (Ken Takata, closes vim/vim#8305)
https://github.com/vim/vim/commit/eeec2548785b2dd245a31ab25d7bde0f88ea1a6d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Computing array length is done in various ways.
Solution:   Use ARRAY_LENGTH everywhere. (Ken Takata, closes vim/vim#8305)
https://github.com/vim/vim/commit/eeec2548785b2dd245a31ab25d7bde0f88ea1a6d
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14540 from Shougo/fix_vim8.1.1378</title>
<updated>2021-11-21T03:46:34+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2021-11-21T03:46:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=120a88163078e61b272e9629138642bc5df80e4a'/>
<id>120a88163078e61b272e9629138642bc5df80e4a</id>
<content type='text'>
[RFC] Improve tests</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[RFC] Improve tests</pre>
</div>
</content>
</entry>
</feed>
