<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git, branch tmp</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 branch 'master' of https://github.com/neovim/neovim into rahm</title>
<updated>2022-08-19T19:06:41+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>rahm@google.com</email>
</author>
<published>2022-08-19T18:26:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a7237662f96933efe29eed8212464571e3778cd0'/>
<id>a7237662f96933efe29eed8212464571e3778cd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix userreg autocommand firing.</title>
<updated>2022-08-19T17:57:07+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>rahm@google.com</email>
</author>
<published>2022-08-19T17:57:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=02292344929069ea63c0bb872cc22d552d86b67f'/>
<id>02292344929069ea63c0bb872cc22d552d86b67f</id>
<content type='text'>
Before the autocommands TextYankPost was not firing with userregs, now
it does. This also fixes the multi-byte encoding of the userreg in the
v:event dict.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before the autocommands TextYankPost was not firing with userregs, now
it does. This also fixes the multi-byte encoding of the userreg in the
v:event dict.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(filetype): only check first 100 and last line of buffer (#19819)</title>
<updated>2022-08-19T17:30:35+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-08-19T17:30:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b2f979b30beac67906b2dd717fcb6a34f46f5e54'/>
<id>b2f979b30beac67906b2dd717fcb6a34f46f5e54</id>
<content type='text'>
fix(filetype): only pass first 100 and last lines to contents check

sufficient for current content checks and avoids performance issues for
buffers with a large number of lines

fixes #19817</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix(filetype): only pass first 100 and last lines to contents check

sufficient for current content checks and avoids performance issues for
buffers with a large number of lines

fixes #19817</pre>
</div>
</content>
</entry>
<entry>
<title>docs(lua): update vim.{g,b,w}o documentation (#19844)</title>
<updated>2022-08-19T17:05:28+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-08-19T17:05:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7e980a4df4f17baaf347b666aacc7b8474f5217e'/>
<id>7e980a4df4f17baaf347b666aacc7b8474f5217e</id>
<content type='text'>
docs(lua): update vim.{go,bo,wo} documentation

* document indexing by buffer/window handle
* correct wrapper information (`nvim_buf_{g,s}et_value` now)
* make clear what is considered "invalid key" (consistently)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
docs(lua): update vim.{go,bo,wo} documentation

* document indexing by buffer/window handle
* correct wrapper information (`nvim_buf_{g,s}et_value` now)
* make clear what is considered "invalid key" (consistently)</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #19360 from famiu/feat/multibuffer-inccommand</title>
<updated>2022-08-19T15:21:18+00:00</updated>
<author>
<name>bfredl</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2022-08-19T15:21:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3c545b9c62ab58d7ea4a48a59749e375559adb15'/>
<id>3c545b9c62ab58d7ea4a48a59749e375559adb15</id>
<content type='text'>
feat: multibuffer preview support for inccommand</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat: multibuffer preview support for inccommand</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #19845 from zeertzjq/vim-8.2.0982</title>
<updated>2022-08-19T14:27:43+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2022-08-19T14:27:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=dc32cc5acff2dec9832059ff9ab31419ba8f307e'/>
<id>dc32cc5acff2dec9832059ff9ab31419ba8f307e</id>
<content type='text'>
vim-patch:8.2.{partial:0425,0982}: insufficient tests</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim-patch:8.2.{partial:0425,0982}: insufficient tests</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.0982: insufficient testing for reading/writing files</title>
<updated>2022-08-19T14:05:26+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2022-08-19T13:40:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b7c86e24f7cc16e642b82a3a157fec06ddc41e51'/>
<id>b7c86e24f7cc16e642b82a3a157fec06ddc41e51</id>
<content type='text'>
Problem:    Insufficient testing for reading/writing files.
Solution:   Add more tests. (Yegappan Lakshmanan, closes vim/vim#6257)
            Add "ui_delay" to test_override() and use it for the CTRL-O test.
https://github.com/vim/vim/commit/b340baed9f7fc1c19a0742e2214d54982190c15e

Omit test_override().
Reorder test_writefile.vim to match Vim.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Insufficient testing for reading/writing files.
Solution:   Add more tests. (Yegappan Lakshmanan, closes vim/vim#6257)
            Add "ui_delay" to test_override() and use it for the CTRL-O test.
https://github.com/vim/vim/commit/b340baed9f7fc1c19a0742e2214d54982190c15e

Omit test_override().
Reorder test_writefile.vim to match Vim.
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:partial:8.2.0425: code for modeless selection not sufficiently tested</title>
<updated>2022-08-19T14:05:23+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2022-08-19T13:11:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=efebf30784951e88657e5c9362f374725a056a71'/>
<id>efebf30784951e88657e5c9362f374725a056a71</id>
<content type='text'>
Problem:    Code for modeless selection not sufficiently tested.
Solution:   Add tests.  Move mouse code functionality to a common script file.
            (Yegappan Lakshmanan, closes vim/vim#5821)
https://github.com/vim/vim/commit/515545e11f523d14343b1e588dc0b9bd3d362bc2

Skip termcode tests for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Code for modeless selection not sufficiently tested.
Solution:   Add tests.  Move mouse code functionality to a common script file.
            (Yegappan Lakshmanan, closes vim/vim#5821)
https://github.com/vim/vim/commit/515545e11f523d14343b1e588dc0b9bd3d362bc2

Skip termcode tests for now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #19843 from zeertzjq/vim-9.0.0227</title>
<updated>2022-08-19T13:02:38+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2022-08-19T13:02:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7ff283b1b754e01280d82ff63aa37601ab4e1006'/>
<id>7ff283b1b754e01280d82ff63aa37601ab4e1006</id>
<content type='text'>
vim-patch:8.2.3946,9.0.0227: internal error improvements</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim-patch:8.2.3946,9.0.0227: internal error improvements</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:9.0.0227: cannot read error message when abort() is called</title>
<updated>2022-08-19T12:39:17+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2022-08-19T12:26:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4edf967050b0eadba4e0e2d8c0d069f8c8e4bc65'/>
<id>4edf967050b0eadba4e0e2d8c0d069f8c8e4bc65</id>
<content type='text'>
Problem:    Cannot read error message when abort() is called.
Solution:   Output a newline before calling abort().
https://github.com/vim/vim/commit/213e70e284b0975dd34525e94e59e26811097c72

Add emsg_not_now() check to make code equivalent.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot read error message when abort() is called.
Solution:   Output a newline before calling abort().
https://github.com/vim/vim/commit/213e70e284b0975dd34525e94e59e26811097c72

Add emsg_not_now() check to make code equivalent.
</pre>
</div>
</content>
</entry>
</feed>
