Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jul 2018 13:40:15 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474862 - head/editors/neovim
Message-ID:  <201807181340.w6IDeFm1090294@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Wed Jul 18 13:40:15 2018
New Revision: 474862
URL: https://svnweb.freebsd.org/changeset/ports/474862

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

Modified:
  head/editors/neovim/Makefile
  head/editors/neovim/distinfo

Modified: head/editors/neovim/Makefile
==============================================================================
--- head/editors/neovim/Makefile	Wed Jul 18 13:39:24 2018	(r474861)
+++ head/editors/neovim/Makefile	Wed Jul 18 13:40:15 2018	(r474862)
@@ -3,7 +3,7 @@
 
 PORTNAME=	neovim
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.3.0
+DISTVERSION=	0.3.1
 CATEGORIES=	editors
 
 MAINTAINER=	adamw@FreeBSD.org

Modified: head/editors/neovim/distinfo
==============================================================================
--- head/editors/neovim/distinfo	Wed Jul 18 13:39:24 2018	(r474861)
+++ head/editors/neovim/distinfo	Wed Jul 18 13:40:15 2018	(r474862)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807181340.w6IDeFm1090294>