* Jon Bernard <jbernard@jbernard.io> wrote:
> Hello,
>
> Here is an update to neovim for version 0.3.1. The new release contains
> mostly bugfixes and nothing major. As such, the diff is just a version
> bump and everything else remains the same.
If there's anything I can do to make this easier on reviewers please let
me know. Here's the changelog in case it helps, I'll include this in
future updates moving forward.
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
--
Jon
>
> OK?
>
> --
> Jon
> Index: editors/neovim/Makefile
> ===================================================================
> RCS file: /cvs/ports/editors/neovim/Makefile,v
> retrieving revision 1.9
> diff -u -p -r1.9 Makefile
> --- editors/neovim/Makefile 1 Jul 2018 14:16:29 -0000 1.9
> +++ editors/neovim/Makefile 28 Jul 2018 18:21:09 -0000
> @@ -4,7 +4,7 @@ COMMENT = continuation and extension of
>
> GH_ACCOUNT = neovim
> GH_PROJECT = neovim
> -GH_TAGNAME = v0.3.0
> +GH_TAGNAME = v0.3.1
>
> CATEGORIES = editors devel
> HOMEPAGE = http://neovim.org
> Index: editors/neovim/distinfo
> ===================================================================
> RCS file: /cvs/ports/editors/neovim/distinfo,v
> retrieving revision 1.3
> diff -u -p -r1.3 distinfo
> --- editors/neovim/distinfo 1 Jul 2018 14:16:29 -0000 1.3
> +++ editors/neovim/distinfo 28 Jul 2018 18:21:22 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (neovim-0.3.0.tar.gz) = 96y2GxbT9SGQfZnEhrep8eUF6LKhjJ72mm1/GPKfdLg=
> -SIZE (neovim-0.3.0.tar.gz) = 8903630
> +SHA256 (neovim-0.3.1.tar.gz) = vF45LUwHZAeQbM7LwoPhpEt4MsL0hsrYGqBMwplzrSI=
> +SIZE (neovim-0.3.1.tar.gz) = 8937900
No comments:
Post a Comment