<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src, branch v0.5.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>ex_cmds: verify invalid command name</title>
<updated>2021-07-02T15:44:44+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2021-06-16T19:15:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b6ff02e27bc9dd3e32b678a03e32b3ed59f43e50'/>
<id>b6ff02e27bc9dd3e32b678a03e32b3ed59f43e50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14864 from seandewar/get-config-zindex</title>
<updated>2021-07-02T12:52:08+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2021-07-02T12:52:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7685fc9ecd2a1a0b6c62fe56a14de8441d9f3a58'/>
<id>7685fc9ecd2a1a0b6c62fe56a14de8441d9f3a58</id>
<content type='text'>
fix(api/win_get_config): include z-index</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix(api/win_get_config): include z-index</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "tui: improve support for tmux, GNU Screen" (#14786)</title>
<updated>2021-07-01T01:29:51+00:00</updated>
<author>
<name>Érico Nogueira Rolim</name>
<email>34201958+ericonr@users.noreply.github.com</email>
</author>
<published>2021-07-01T01:29:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f35a5f2efc32b508ff5fc7d55b31a5bb7facfa17'/>
<id>f35a5f2efc32b508ff5fc7d55b31a5bb7facfa17</id>
<content type='text'>
* Revert "tui: improve support for tmux, GNU Screen"

This reverts commit c266c2f36ea56220268d2b19364e28815e338c2f.

This commit broke neovim under tmux, where it "types" the background
string as input to the terminal. Fixing this with neovim as-is requires
changing tmux keybindings or TERM settings, which has to be done by
every single user, therefore a fix should happen on neovim's side.

Fixes #14298

* tui: fix code lints.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Revert "tui: improve support for tmux, GNU Screen"

This reverts commit c266c2f36ea56220268d2b19364e28815e338c2f.

This commit broke neovim under tmux, where it "types" the background
string as input to the terminal. Fixing this with neovim as-is requires
changing tmux keybindings or TERM settings, which has to be done by
every single user, therefore a fix should happen on neovim's side.

Fixes #14298

* tui: fix code lints.</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.1905: the wininfo list may contain stale entries (#14884)</title>
<updated>2021-07-01T01:24:50+00:00</updated>
<author>
<name>Daniel Steinberg</name>
<email>dstein64@users.noreply.github.com</email>
</author>
<published>2021-07-01T01:24:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8bd699008445d690f8dca87e69a2e73f5f172784'/>
<id>8bd699008445d690f8dca87e69a2e73f5f172784</id>
<content type='text'>
Problem:    The wininfo list may contain stale entries.
Solution:   When closing a window remove any other entry where the window
            pointer is NULL.
https://github.com/vim/vim/commit/4882d983397057ea91c584c5a54aaccf15016d18</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    The wininfo list may contain stale entries.
Solution:   When closing a window remove any other entry where the window
            pointer is NULL.
https://github.com/vim/vim/commit/4882d983397057ea91c584c5a54aaccf15016d18</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.3072: "zy" does not work well when "virtualedit' is "block"</title>
<updated>2021-06-30T01:40:48+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2021-06-30T01:13:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b2cc43b45494e4756c653580f1e2f486459a9d9c'/>
<id>b2cc43b45494e4756c653580f1e2f486459a9d9c</id>
<content type='text'>
Problem:    The "zy" command does not work well when 'virtualedit' is set to
            "block". (Johann Höchtl)
Solution:   Make endspaces zero. (Christian Brabandt, closes vim/vim#8468,
            closes vim/vim#8448)
https://github.com/vim/vim/commit/7d7bcc6ba01454c1cbb1dcbf5f11c3a4051535d6

N/A patches for version.c:

vim-patch:8.2.3075: xxd always reports an old version string

Problem:    Xxd always reports an old version string. (Åsmund Ervik)
Solution:   Update the version string with the last known change date.
            (Jürgen Weigert, closes vim/vim#8475)
https://github.com/vim/vim/commit/80b2ba3e9602e09ab523e78946fbb26da311b68b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    The "zy" command does not work well when 'virtualedit' is set to
            "block". (Johann Höchtl)
Solution:   Make endspaces zero. (Christian Brabandt, closes vim/vim#8468,
            closes vim/vim#8448)
https://github.com/vim/vim/commit/7d7bcc6ba01454c1cbb1dcbf5f11c3a4051535d6

N/A patches for version.c:

vim-patch:8.2.3075: xxd always reports an old version string

Problem:    Xxd always reports an old version string. (Åsmund Ervik)
Solution:   Update the version string with the last known change date.
            (Jürgen Weigert, closes vim/vim#8475)
https://github.com/vim/vim/commit/80b2ba3e9602e09ab523e78946fbb26da311b68b
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14930 from clason/ts-ifdef-fixup</title>
<updated>2021-06-29T18:23:02+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2021-06-29T18:23:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=384f9870f62f9e67fab45b717d8536d52080c473'/>
<id>384f9870f62f9e67fab45b717d8536d52080c473</id>
<content type='text'>
fixup(ts): put ts_query_cursor_set_match_limit behind feature guard</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixup(ts): put ts_query_cursor_set_match_limit behind feature guard</pre>
</div>
</content>
</entry>
<entry>
<title>fixup(ts): put ts_query_cursor_set_match_limit behind feature guard</title>
<updated>2021-06-29T15:15:12+00:00</updated>
<author>
<name>Christian Clason</name>
<email>christian.clason@uni-due.de</email>
</author>
<published>2021-06-29T13:59:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7e8a8482e8e474b9ec45c1bd147dd0b0f4ff03af'/>
<id>7e8a8482e8e474b9ec45c1bd147dd0b0f4ff03af</id>
<content type='text'>
This is a fixup for #14915, which used the above-mentioned call to
restore the behavior of the pre-release version of tree-sitter to
that of 0.19.5. However, this function was introduced after 0.19.5,
breaking distro builds that link against 0.19.5 instead of the tag
specified in neovim's build script.

Now the function should only be called when it is available _and_
needed. Once tree-sitter is bumped to 0.19.6 (when this is released),
this guard can be removed again.

Fixes #14923 (among others)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a fixup for #14915, which used the above-mentioned call to
restore the behavior of the pre-release version of tree-sitter to
that of 0.19.5. However, this function was introduced after 0.19.5,
breaking distro builds that link against 0.19.5 instead of the tag
specified in neovim's build script.

Now the function should only be called when it is available _and_
needed. Once tree-sitter is bumped to 0.19.6 (when this is released),
this guard can be removed again.

Fixes #14923 (among others)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14779 from tjdevries/tjdevries/vim_opt_fixes</title>
<updated>2021-06-29T14:24:41+00:00</updated>
<author>
<name>TJ DeVries</name>
<email>devries.timothyj@gmail.com</email>
</author>
<published>2021-06-29T14:24:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2bcf18deaa32ad371b6de349b353d42e9b1c9ea0'/>
<id>2bcf18deaa32ad371b6de349b353d42e9b1c9ea0</id>
<content type='text'>
An assortment of various vim.opt fixups.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An assortment of various vim.opt fixups.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14335 from chentau/extmark_delbytes</title>
<updated>2021-06-29T13:31:23+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2021-06-29T13:31:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f8990870ffd86ff36cc86e23b82b74b1a764b525'/>
<id>f8990870ffd86ff36cc86e23b82b74b1a764b525</id>
<content type='text'>
Extmarks: manually zero out `curbuf-&gt;deleted_bytes2` on substitute and join</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extmarks: manually zero out `curbuf-&gt;deleted_bytes2` on substitute and join</pre>
</div>
</content>
</entry>
<entry>
<title>fix(vim.opt): #14708 Now lets you put duplicate values in wildmode</title>
<updated>2021-06-29T12:42:07+00:00</updated>
<author>
<name>TJ DeVries</name>
<email>devries.timothyj@gmail.com</email>
</author>
<published>2021-06-11T15:13:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1d3ee1c44186c211611abd03bdb4e38004b14ff4'/>
<id>1d3ee1c44186c211611abd03bdb4e38004b14ff4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
