pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/neovim



Module Name:    pkgsrc
Committed By:   nikita
Date:           Mon Jan  9 22:31:46 UTC 2023

Modified Files:
        pkgsrc/editors/neovim: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/neovim/Makefile \
    pkgsrc/editors/neovim/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/neovim/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/neovim/Makefile
diff -u pkgsrc/editors/neovim/Makefile:1.3 pkgsrc/editors/neovim/Makefile:1.4
--- pkgsrc/editors/neovim/Makefile:1.3  Thu Dec 15 22:28:47 2022
+++ pkgsrc/editors/neovim/Makefile      Mon Jan  9 22:31:46 2023
@@ -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}
Index: pkgsrc/editors/neovim/distinfo
diff -u pkgsrc/editors/neovim/distinfo:1.3 pkgsrc/editors/neovim/distinfo:1.4
--- pkgsrc/editors/neovim/distinfo:1.3  Thu Dec 15 22:28:47 2022
+++ pkgsrc/editors/neovim/distinfo      Mon Jan  9 22:31:46 2023
@@ -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

Index: pkgsrc/editors/neovim/PLIST
diff -u pkgsrc/editors/neovim/PLIST:1.2 pkgsrc/editors/neovim/PLIST:1.3
--- pkgsrc/editors/neovim/PLIST:1.2     Thu Dec 15 22:28:47 2022
+++ pkgsrc/editors/neovim/PLIST Mon Jan  9 22:31:46 2023
@@ -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/intro.txt
 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/print/prolog.ps
 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



Home | Main Index | Thread Index | Old Index