editors/neovim: easy update to version 0.8.2.
Two people sent me identical diffs independently: - Laurent Cheylus - Laurence Tratt Thanks both.
This commit is contained in:
parent
5a435ed8e6
commit
2c8ea83214
@ -13,7 +13,7 @@ COMMENT = continuation and extension of Vim
|
||||
|
||||
GH_ACCOUNT = neovim
|
||||
GH_PROJECT = neovim
|
||||
GH_TAGNAME = v0.8.1
|
||||
GH_TAGNAME = v0.8.2
|
||||
|
||||
CATEGORIES = editors devel
|
||||
HOMEPAGE = https://neovim.io
|
||||
|
@ -1,6 +1,6 @@
|
||||
SHA256 (luajit-633f265f67f322cbe2c5fd11d3e46d968ac220f7.tar.gz) = JoHwpvYkpkqN+3Clo3fUlNrziWBELFR9nEaGdMGvo8I=
|
||||
SHA256 (luv-1.44.2-1.tar.gz) = PrXHvET2H7xBSOow4yIdQQJj4P+ihWcoUfwZ3r+eXDA=
|
||||
SHA256 (neovim-0.8.1.tar.gz) = tEhOEwqpYkVxifPe40uEgZQ8HjldLWhMb4uRWYSU2ew=
|
||||
SHA256 (neovim-0.8.2.tar.gz) = xRbI23PhsSkXprLpkbNE0JFMBXzvgma85hohAKKP/Mk=
|
||||
SIZE (luajit-633f265f67f322cbe2c5fd11d3e46d968ac220f7.tar.gz) = 1074237
|
||||
SIZE (luv-1.44.2-1.tar.gz) = 1465728
|
||||
SIZE (neovim-0.8.1.tar.gz) = 11387691
|
||||
SIZE (neovim-0.8.2.tar.gz) = 11401444
|
||||
|
@ -291,6 +291,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
|
||||
@ -1041,6 +1042,7 @@ share/nvim/runtime/queries/c/highlights.scm
|
||||
share/nvim/runtime/queries/c/injections.scm
|
||||
share/nvim/runtime/queries/help/
|
||||
share/nvim/runtime/queries/help/highlights.scm
|
||||
share/nvim/runtime/queries/help/injections.scm
|
||||
share/nvim/runtime/queries/lua/
|
||||
share/nvim/runtime/queries/lua/highlights.scm
|
||||
share/nvim/runtime/queries/lua/injections.scm
|
||||
|
Loading…
Reference in New Issue
Block a user