pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/neatvi
Module Name: pkgsrc
Committed By: nia
Date: Fri Dec 18 23:03:37 UTC 2020
Modified Files:
pkgsrc/editors/neatvi: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/neatvi/Makefile \
pkgsrc/editors/neatvi/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/neatvi/Makefile
diff -u pkgsrc/editors/neatvi/Makefile:1.2 pkgsrc/editors/neatvi/Makefile:1.3
--- pkgsrc/editors/neatvi/Makefile:1.2 Sat Jan 18 21:53:58 2020
+++ pkgsrc/editors/neatvi/Makefile Fri Dec 18 23:03:37 2020
@@ -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/}
Index: pkgsrc/editors/neatvi/distinfo
diff -u pkgsrc/editors/neatvi/distinfo:1.2 pkgsrc/editors/neatvi/distinfo:1.3
--- pkgsrc/editors/neatvi/distinfo:1.2 Sat Jan 18 21:53:58 2020
+++ pkgsrc/editors/neatvi/distinfo Fri Dec 18 23:03:37 2020
@@ -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