pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/neatvi neatvi: Update to 08



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b704b72fd006
branches:  trunk
changeset: 443643:b704b72fd006
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Dec 18 23:03:37 2020 +0000

description:
neatvi: Update to 08

Ali Gholami Rudi (15):
      led: use --- filetype for ex prompt and messages
      ex: call :p for empty lines only once
      ex: escape command with addresses
      ex: for ec_exec, '|' is not a command separator
      vi: redraw the entire screen if current line changes
      led: use the attribute of \n for blanks
      vi: hll option to highlight current line
      conf.h: update syntax highlighting rules for neatmail summaries
      conf: MKFILE_MODE specifies the access mode of new files
      vi: fix updating previous hll row
      uc: make uc_dec() more compact by removing its loop
      uc: make uc_len() more compact by combining the first two conditions
      ex: % and # signs in command line arguments should be escaped
      vi: call term_done() even if ex_init() fails
      led: indenting and deindenting when auto-indent buffer is empty

diffstat:

 editors/neatvi/Makefile |   4 ++--
 editors/neatvi/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r c871579e2773 -r b704b72fd006 editors/neatvi/Makefile
--- a/editors/neatvi/Makefile   Fri Dec 18 22:31:13 2020 +0000
+++ b/editors/neatvi/Makefile   Fri Dec 18 23:03:37 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/01/18 21:53:58 nia Exp $
+# $NetBSD: Makefile,v 1.3 2020/12/18 23:03:37 nia Exp $
 
-DISTNAME=      neatvi-07
+DISTNAME=      neatvi-08
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=aligrudi/}
 
diff -r c871579e2773 -r b704b72fd006 editors/neatvi/distinfo
--- a/editors/neatvi/distinfo   Fri Dec 18 22:31:13 2020 +0000
+++ b/editors/neatvi/distinfo   Fri Dec 18 23:03:37 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/01/18 21:53:58 nia Exp $
+$NetBSD: distinfo,v 1.3 2020/12/18 23:03:37 nia Exp $
 
-SHA1 (neatvi-07.tar.gz) = 35bf325e6a30f70163c78777fecf1ac061c2fe6a
-RMD160 (neatvi-07.tar.gz) = 1ee496b2f6aa6d58cb0da2b6a164d1d6c71366f9
-SHA512 (neatvi-07.tar.gz) = 456e502d08fd3f1c866ebb8e3fe6225c944c3c925cc38e59b5325c20cb815555087ed54e562d1b70b7f4a690034873d2c97e53264b187b986b9518bee10e1b57
-Size (neatvi-07.tar.gz) = 42951 bytes
+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



Home | Main Index | Thread Index | Old Index