From 8bd96310cfcaddbfcb935378e4fbcd4e29f96cdd Mon Sep 17 00:00:00 2001 From: nia Date: Wed, 11 Aug 2021 20:20:28 +0000 Subject: neatvi: update to 09 Ali Gholami Rudi (16): ex: handle spaces in shell commands cmd: fix cmd_pipe() on OpenBSD cmd: fix closing fds[2] in cmd_pipe() ex: make text direction buffer local regex: updates from neatlibc ex: advance a single line for each line break conf.h: highlight shell keywords and variables conf.h: python syntax highlighting conf.h: troff refer database highlighting led: do not touch ai array led_line() when ai_max is zero ren: render double width characters cmd: read until EOF if POLLIN and POLLERR are returned from poll() ren: use ren_placeholder() to find character width vi: do nothing in @@, when invoked for the first time vi: do not copy vi_charlast into itself in vi_findchar() ren: fix returning the width of characters not in conf_placeholder Conny Wagenius (2): conf.h: syntax coloring for diff & patch ex: buffer command to switch buffers Kyryl Melekhin (1): ex: move cursor to the first change after undoing :s --- editors/neatvi/Makefile | 6 +++--- editors/neatvi/distinfo | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'editors') diff --git a/editors/neatvi/Makefile b/editors/neatvi/Makefile index 20bd63b8a51..ccc6bc64a82 100644 --- a/editors/neatvi/Makefile +++ b/editors/neatvi/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2020/12/18 23:03:37 nia Exp $ +# $NetBSD: Makefile,v 1.4 2021/08/11 20:20:28 nia Exp $ -DISTNAME= neatvi-08 +DISTNAME= neatvi-09 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=aligrudi/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://github.com/aligrudi/neatvi/ +HOMEPAGE= https://github.com/aligrudi/neatvi COMMENT= Small vi/ex editor for editing bidirectional UTF-8 text LICENSE= isc diff --git a/editors/neatvi/distinfo b/editors/neatvi/distinfo index 286a6158b68..f6f466c42bd 100644 --- a/editors/neatvi/distinfo +++ b/editors/neatvi/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2020/12/18 23:03:37 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/08/11 20:20:28 nia Exp $ -SHA1 (neatvi-08.tar.gz) = 438c662a0a04e54c250187d0a29bcd786ceb2048 -RMD160 (neatvi-08.tar.gz) = d402301780bed9ec3c1a8fe4b8f616fc42c090da -SHA512 (neatvi-08.tar.gz) = c883e06e215143498a04ece5cacee745fda3cc16a3b31b2a3e70cd559c1dffaddb2c6e98960e0293e37ea55a72a805564cc7e69d86f1e1689303a06244be929d -Size (neatvi-08.tar.gz) = 43389 bytes +SHA1 (neatvi-09.tar.gz) = 89453680b937689658cc8a85e8b3449bf61f1088 +RMD160 (neatvi-09.tar.gz) = 92149255faedd069c6c25a63867eb1d25eca9ce9 +SHA512 (neatvi-09.tar.gz) = 11b0c34525210bcb96fc0128056a0c350cdea3318cc26b3c3aac5bce59809d8eab0dd63b410d5f91d2965ce5030ee104f614f829264854df6f26ef05a605d876 +Size (neatvi-09.tar.gz) = 44088 bytes -- cgit v1.2.3