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
While here, sort depends, update WWW, and expand the
pkg-descr.
I'd like to thank Oleh Hushchenkov, the outgoing maintainer,
for offering me maintainership and for maintaining this port
for nearly two years.
* Change to DISTVERSION
* Bump devel/libtermkey, editors/neovim
editors/neovim fails on 12amd64 before and after this change
PR: 226638
Submitted by: chuck@tuffli.net <chuck@tuffli.net> (maintainer)
Using ninja instead of make (1) can lead to significant speed ups while building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748
The pty process file was relocated and renamed, so the previous patch
no longer applied and was removed with the last update. Regenerate the
patch to restore build on DragonFly.
Approved by: DragonFly blanket
/wrkdirs/usr/ports/editors/neovim/work/neovim-0.1.4/src/nvim/shada.c: In function 'shada_write_file':
/wrkdirs/usr/ports/editors/neovim/work/neovim-0.1.4/src/nvim/shada.c:3232: error: expected declaration specifiers or '...' before '(' token
/wrkdirs/usr/ports/editors/neovim/work/neovim-0.1.4/src/nvim/shada.c:3232: error: expected ')' before '?' token
Reported by: pkg-fallout