pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/neovim editors/neovim: Update neovim to versio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aed04e0740a1
branches:  trunk
changeset: 391587:aed04e0740a1
user:      nikita <nikita%pkgsrc.org@localhost>
date:      Mon Jan 09 22:31:46 2023 +0000

description:
editors/neovim: Update neovim to version 0.8.2

Changelog:

NVIM 0.8.2

This primarily a bug fix release but some improvements to documentation
has been back-ported as well.

Features
    help: Highlighted codeblocks

Documentation
    lua: Add guide to using Lua in Neovim (#21137)
    Mention how to remove the "How-to disable mouse" menu item
    Fix order of numbers in syntax.txt
    lua: Correct the tags for vim.opt_local and vim.opt_global (#21138)

Bug Fixes
    api: Set correct curbuf when temporarily changing curwin
    api: "emsg_silent" should imply "silent" in nvim_cmd
    decoration: Do not reset must_redraw after calling providers
    diagnostic: Clear stale cache on reset (#21454)
    events: Save v:event for cmdline autocommands separately
    float: Fix ml_get error with bufpos
    float: Fix crash with bufpos and non-existent window
    folds: Use long for number of folded lines
    mappings: Use all buckets in second round of unmap
    memory: Fix memory alignment for dynamic allocation
    options: Fix local 'sidescrolloff' doesn't work for mouse
    options: Restore exists() behavior for options
    terminal: Fix 'mousescroll' not respected in terminal mode
    tui: Set cursor color parameter as string when required
    win_close: Remove float grid after closing buffer

Build System Fixes
    Restrict git describe to top level source directory

NVIM v0.8.2
Build type: Release
LuaJIT 2.1.0-beta3

diffstat:

 editors/neovim/Makefile |  4 ++--
 editors/neovim/PLIST    |  4 +++-
 editors/neovim/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (50 lines):

diff -r 31f7af99262b -r aed04e0740a1 editors/neovim/Makefile
--- a/editors/neovim/Makefile   Mon Jan 09 22:03:56 2023 +0000
+++ b/editors/neovim/Makefile   Mon Jan 09 22:31:46 2023 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2022/12/15 22:28:47 nikita Exp $
+# $NetBSD: Makefile,v 1.4 2023/01/09 22:31:46 nikita Exp $
 
-DISTNAME=      neovim-0.8.1
+DISTNAME=      neovim-0.8.2
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=neovim/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 31f7af99262b -r aed04e0740a1 editors/neovim/PLIST
--- a/editors/neovim/PLIST      Mon Jan 09 22:03:56 2023 +0000
+++ b/editors/neovim/PLIST      Mon Jan 09 22:31:46 2023 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2022/12/15 22:28:47 nikita Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/01/09 22:31:46 nikita Exp $
 bin/nvim
 man/man1/nvim.1
 share/applications/nvim.desktop
@@ -265,6 +265,7 @@
 share/nvim/runtime/doc/job_control.txt
 share/nvim/runtime/doc/lsp-extension.txt
 share/nvim/runtime/doc/lsp.txt
+share/nvim/runtime/doc/lua-guide.txt
 share/nvim/runtime/doc/lua.txt
 share/nvim/runtime/doc/luaref.txt
 share/nvim/runtime/doc/luvref.txt
@@ -978,6 +979,7 @@
 share/nvim/runtime/queries/c/highlights.scm
 share/nvim/runtime/queries/c/injections.scm
 share/nvim/runtime/queries/help/highlights.scm
+share/nvim/runtime/queries/help/injections.scm
 share/nvim/runtime/queries/lua/highlights.scm
 share/nvim/runtime/queries/lua/injections.scm
 share/nvim/runtime/queries/vim/highlights.scm
diff -r 31f7af99262b -r aed04e0740a1 editors/neovim/distinfo
--- a/editors/neovim/distinfo   Mon Jan 09 22:03:56 2023 +0000
+++ b/editors/neovim/distinfo   Mon Jan 09 22:31:46 2023 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2022/12/15 22:28:47 nikita Exp $
+$NetBSD: distinfo,v 1.4 2023/01/09 22:31:46 nikita Exp $
 
-BLAKE2s (neovim-0.8.1.tar.gz) = 7a0257e6958adfc6f09ef1d92c1989f8abc359089624430269e114515e839361
-SHA512 (neovim-0.8.1.tar.gz) = b4059a8a0a3caedf15f4160f2342306f6f1d625f8f8499491efd6b4440e275de95a63aa857395f844cbc871432359f96abbca138f6278d1228366d6fb4c4f1a6
-Size (neovim-0.8.1.tar.gz) = 11387691 bytes
+BLAKE2s (neovim-0.8.2.tar.gz) = 0d22c00c4ee3c287e13dc3f94604773f2c126832a2a3610d70cfc994880b9a0a
+SHA512 (neovim-0.8.2.tar.gz) = f6c9ad09618c9f8ebb4fe522f55fd3381cc4b6d079d912a0d2ef6ca5f48ed6c4c66805c14695469e2b3d2be2266a9b60e5fc698116cd655fd92ef0f4705fdbb2
+Size (neovim-0.8.2.tar.gz) = 11401444 bytes



Home | Main Index | Thread Index | Old Index