<feed xmlns='http://www.w3.org/2005/Atom'>
<title>neovim, branch release-0.8</title>
<subtitle>Vim-fork focused on extensibility and usability</subtitle>
<id>http://git.waynecole.info/neovim/atom?h=release-0.8</id>
<link rel='self' href='http://git.waynecole.info/neovim/atom?h=release-0.8'/>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/neovim/'/>
<updated>2023-02-07T08:37:14Z</updated>
<entry>
<title>fix(treesitter): really backup spelloptions (#22145)</title>
<updated>2023-02-07T08:37:14Z</updated>
<author>
<name>emmanueltouzery</name>
<email>etouzery@gmail.com</email>
</author>
<published>2023-02-07T08:37:14Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/neovim/commit/?id=b1ae775de618e3e87954a88d533ec17bbef41cdf'/>
<id>urn:sha1:b1ae775de618e3e87954a88d533ec17bbef41cdf</id>
<content type='text'>
see 0887ad1cbb050d2bc6169ad46aa07cf42c90493f for the original commit on
master, and 80bbba94d669e3fdda2edddf1c37acda1cfed968 for the backport on
the branch, which forgot to backup the original setting value.</content>
</entry>
<entry>
<title>version bump</title>
<updated>2023-02-02T13:36:16Z</updated>
<author>
<name>bfredl</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2023-02-02T13:36:16Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/neovim/commit/?id=70fb40a2290d2a555a97d4aab33c813a0413da49'/>
<id>urn:sha1:70fb40a2290d2a555a97d4aab33c813a0413da49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bugfix/maintenance release.</title>
<updated>2023-02-02T13:33:23Z</updated>
<author>
<name>bfredl</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2023-02-02T13:33:23Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/neovim/commit/?id=129264dbb41404b94b835baadfc3fa25ffac3d3e'/>
<id>urn:sha1:129264dbb41404b94b835baadfc3fa25ffac3d3e</id>
<content type='text'>
Bug Fixes
- clipboard: Show provider warning when not during batch changes
- diff: Avoid restoring invalid 'foldcolumn' value
- filetype: Don't pass empty string to detect
- messages: fix Reset msg_grid_scroll_discount when redrawing
- rbuffer: Handle edge case where write_ptr has wrapped around
- rpc: Don't parse msgpack if buflen is 0
- treesitter: Properly restore `'syntax'` (#21358)
- treesitter: Validate language name

Build System
- deps: Bump libvterm to v0.3.1
- deps: Bump tree-sitter-vimdoc to v1.3.0
</content>
</entry>
<entry>
<title>Merge pull request #22085 from neovim/backport-21000-to-release-0.8</title>
<updated>2023-02-01T12:09:21Z</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-02-01T12:09:21Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/neovim/commit/?id=b49f5c78825336c10e341d351e97929f8bb820e4'/>
<id>urn:sha1:b49f5c78825336c10e341d351e97929f8bb820e4</id>
<content type='text'>
[Backport release-0.8] fix(messages): reset msg_grid_scroll_discount when redrawing</content>
</entry>
<entry>
<title>Merge pull request #22084 from zeertzjq/vim-patch-backport</title>
<updated>2023-02-01T11:53:13Z</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-02-01T11:53:13Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/neovim/commit/?id=42cdb799499f2ea5b5d503ca01dbe02bc04f96c0'/>
<id>urn:sha1:42cdb799499f2ea5b5d503ca01dbe02bc04f96c0</id>
<content type='text'>
Backport Vim patches to release-0.8</content>
</entry>
<entry>
<title>fix(messages): reset msg_grid_scroll_discount when redrawing</title>
<updated>2023-02-01T11:28:14Z</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2022-11-08T08:16:59Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/neovim/commit/?id=c00f42cc213ec2921fa016136804211236475eee'/>
<id>urn:sha1:c00f42cc213ec2921fa016136804211236475eee</id>
<content type='text'>
(cherry picked from commit 27c529752aef09435c4f169586c0d6bb214a1c67)
</content>
</entry>
<entry>
<title>vim-patch:9.0.1270: crash when using search stat in narrow screen</title>
<updated>2023-02-01T11:26:49Z</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-02-01T11:15:17Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/neovim/commit/?id=54f4fb512a265766e2362436e9581352e2c47cbb'/>
<id>urn:sha1:54f4fb512a265766e2362436e9581352e2c47cbb</id>
<content type='text'>
Problem:    Crash when using search stat in narrow screen.
Solution:   Check length of message. (closes vim/vim#11921)
https://github.com/vim/vim/commit/a7d36b732070944aab614944075ec0b409311482
</content>
</entry>
<entry>
<title>vim-patch:9.0.{0822,0823,0824,0825}: window dragging fixes</title>
<updated>2023-02-01T11:26:49Z</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-02-01T11:10:51Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/neovim/commit/?id=b61431e97f71c760cb8015d6994b6eaa3598576f'/>
<id>urn:sha1:b61431e97f71c760cb8015d6994b6eaa3598576f</id>
<content type='text'>
vim-patch:9.0.0822: crash when dragging the statusline with a mapping

Problem:    Crash when dragging the statusline with a mapping.
Solution:   Check for valid window pointer. (issue vim/vim#11427)

https://github.com/vim/vim/commit/8ab9ca93eea32b318235384720200771863ecaee

vim-patch:9.0.0823: mouse drag test fails

Problem:    Mouse drag test fails.
Solution:   Only reset the mouse click flag when actually switching to another
            tab page.  Disable test that keeps failing.

https://github.com/vim/vim/commit/7a7db047dcb2336de5103e793345eb5a9d125900

Omit test_termcodes.vim change: reverted in patch 9.0.0825.

vim-patch:9.0.0824: crash when using win_move_separator() in other tab page

Problem:    Crash when using win_move_separator() in other tab page.
Solution:   Check for valid window in current tab page.
            (closes vim/vim#11479, closes vim/vim#11427)

https://github.com/vim/vim/commit/873f41a0187e81a22aa4622fbf938de72a54abba

vim-patch:9.0.0825: cannot drag an entry in the tabpage line

Problem:    Cannot drag an entry in the tabpage line.
Solution:   Clear dragwin instead of got_click. (closes vim/vim#11483,
            closes vim/vim#11482)

https://github.com/vim/vim/commit/8e0ccb6bc21a446e5c6375b7fdf200fb53a129da

Omit Test_term_mouse_drag_to_move_tab(): covered by ui/mouse_spec.lua.

Co-authored-by: Bram Moolenaar &lt;Bram@vim.org&gt;
</content>
</entry>
<entry>
<title>Merge pull request #22083 from neovim/backport-22082-to-release-0.8</title>
<updated>2023-02-01T11:22:05Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-02-01T11:22:05Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/neovim/commit/?id=25b189a58ba3d8ff0babe9290710778973dabf46'/>
<id>urn:sha1:25b189a58ba3d8ff0babe9290710778973dabf46</id>
<content type='text'>
[Backport release-0.8] build(deps): bump tree-sitter-vimdoc to v1.3.0</content>
</entry>
<entry>
<title>build(deps): bump tree-sitter-vimdoc to v1.3.0</title>
<updated>2023-02-01T11:09:33Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-02-01T10:34:51Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/neovim/commit/?id=00d105f802f1caf07d540beb95c84463382466ce'/>
<id>urn:sha1:00d105f802f1caf07d540beb95c84463382466ce</id>
<content type='text'>
(cherry picked from commit 37da48cabda46da2563249c41bd274317e0df3f0)
</content>
</entry>
</feed>
