diff --git a/neovim-0.10.1.tar.gz b/neovim-0.10.1.tar.gz deleted file mode 100644 index 85c7ccb..0000000 --- a/neovim-0.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edce96e79903adfcb3c41e9a8238511946325ea9568fde177a70a614501af689 -size 12796966 diff --git a/neovim-0.10.2.tar.gz b/neovim-0.10.2.tar.gz new file mode 100644 index 0000000..5b3afa5 --- /dev/null +++ b/neovim-0.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:546cb2da9fffbb7e913261344bbf4cf1622721f6c5a67aa77609e976e78b8e89 +size 12801272 diff --git a/neovim.changes b/neovim.changes index 52a97cc..01105b5 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Oct 3 16:06:51 UTC 2024 - Michal Vyskocil + +- Update to 0.10.2 +- Features + * jumplist: Allow opting out of removing unloaded buffers (#30419) +- Bug Fixes + * api: Error properly with invalid field in nvim_open_win (#30078) + * api: Nvim_buf_get_text() crashes with large negative column #28740 + * api: Fix crash/leak with float title/footer on error (#30543) + * channel: Handle writing to file instead of pipe (#30520) + * column: Set signcolumn width after splitting window (#30556) + * completion: Don't include in -complete= (#30209) + * decor: Don't use separate DecorSignHighlight for url (#30096) + * decor: Exclude invalid marks from meta total + * diagnostics: Don't apply extmarks to invalid lines #29321 + * diff: Use mmfile_t in linematch + * filetype: Handle .in files with no filename (#30487) + * float: Properly find last window of tabpage (#30571) + * health: Fix pyenv root and python exepath detect issue + * health: Return correct name from 'path2name()' + * lsp: Don't send foreign diagnostics to servers in buf.code_action (#29501) + * lsp: Avoid reusing diagnostics from different servers in actions (#30002) + * lsp: Return call hierarchy item, not the index (#30145) + * lsp: Handle out-of-bounds character positions #30288 + * lsp: Handle encoding bounds in str_utfindex_enc + * lsp: Handle nil bytes in strings + * lua: Ignore stdout and stderr for xdg-open + * man: Avoid setting v:errmsg (#30052) + * man: Check if buffer is valid before restoring 'tagfunc' (#30180) + * regexp: Fix typo in E888 error message (#30161) + * runtime: Sync bundled treesitter queries + * runtime: Sync bundled treesitter queries + * runtime: Add remaining missing commentstrings (#30252) + * terminal: Interrupt/got_int hangs terminal (#30094) + * treesitter: Escape things like " in omnifunc results + * treesitter: Lint top-level anonymous nodes + * treesitter: EditQuery shows swapfile ATTENTION #30536 + * treesitter: Indent size for inspect_tree #28727 + * tui: Set id parameter in OSC 8 sequences (#29847) + * tui: Reset active attr ID when OSC 8 sequence is terminated (#29960) + * version: Return nil with empty string + * vim.ui.open: Prefer xdg-open on WSL #30302 + * win-msi: Set installer scope to machine #29895 + * window: Respect hide flag of float windows when switching (#30507) + * window: Making float with title/footer non-float leaks memory (#30551) + ------------------------------------------------------------------- Fri Sep 20 18:24:11 UTC 2024 - Richard Rahl diff --git a/neovim.spec b/neovim.spec index fa9e9fb..a3be2a7 100644 --- a/neovim.spec +++ b/neovim.spec @@ -25,7 +25,7 @@ %bcond_without luajit %endif Name: neovim -Version: 0.10.1 +Version: 0.10.2 Release: 0 Summary: Vim-fork focused on extensibility and agility License: Apache-2.0 AND Vim AND GPL-3.0-or-later AND CC-BY-3.0