mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
Update neovim to 0.3.1
FEATURES: man.vim: C highlighting for EXAMPLES section TUI: urxvt: also send xterm focus-reporting seqs API: emit nvim_buf_lines_event from :terminal fillchars: Add "eob" flag FIXES: startup: avoid blank stdin buffer if other files were opened Only waitpid() for processes that we care about Check all child processes for exit in SIGCHLD handler channel.c: Prevent channel_destroy_early() from freeing uninitialized rpc stuff transstr_buf: fix length comparison TUI: Fix standout mode man.vim: fix for mandoc provider/node: npm --loglevel silent API: nvim_win_set_cursor: set curswant checkhealth: Python: fix VIRTUAL_ENV check checkhealth: node.js: also search yarn CHANGES: defaults: shortmess+=F highlight: high-priority CursorLine if fg is set. terminal: handle &confirm and :confirm on unloading screen: truncate showmode messages buffer: fix copying :setlocal options Ex mode: always "improved" (gQ) options: remove 'maxcombine` option (always 6) INTERNAL: screen: use UTF-8 representation
This commit is contained in:
parent
0ef92df46a
commit
1c6370e606
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474862
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= neovim
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.3.0
|
||||
DISTVERSION= 0.3.1
|
||||
CATEGORIES= editors
|
||||
|
||||
MAINTAINER= adamw@FreeBSD.org
|
||||
|
@ -1,6 +1,6 @@
|
||||
TIMESTAMP = 1528737089
|
||||
SHA256 (neovim-neovim-v0.3.0_GH0.tar.gz) = f7acb61b16d3f521907d99c486b7a9f1e505e8b2a18c9ef69a6d7f18f29f74b8
|
||||
SIZE (neovim-neovim-v0.3.0_GH0.tar.gz) = 8903630
|
||||
TIMESTAMP = 1531921007
|
||||
SHA256 (neovim-neovim-v0.3.1_GH0.tar.gz) = bc5e392d4c076407906ccecbc283e1a44b7832c2f486cad81aa04cc29973ad22
|
||||
SIZE (neovim-neovim-v0.3.1_GH0.tar.gz) = 8937900
|
||||
SHA256 (libmpack-libmpack-1.0.5_GH0.tar.gz) = 4ce91395d81ccea97d3ad4cb962f8540d166e59d3e2ddce8a22979b49f108956
|
||||
SIZE (libmpack-libmpack-1.0.5_GH0.tar.gz) = 32966
|
||||
SHA256 (libmpack-libmpack-lua-1.0.7_GH0.tar.gz) = 2ebe9c8972c378040c9b8505f5fb40a0c64d990cd68be6a62989362b18294d0a
|
||||
|
Loading…
Reference in New Issue
Block a user