From 5d1c444364e6332de80823da229ecd7422078a96 Mon Sep 17 00:00:00 2001 From: Craig Leres Date: Thu, 9 Oct 2025 09:34:08 -0700 Subject: editors/nvi2: Update to 2.2.2 https://github.com/lichray/nvi2/compare/v2.2.1...v2.2.2 Changes: - New option showfilename - Show percentage in addition to line counts in ruler - Fixed a segfault in expandtab - Improve POSIX-compliance when handling ex insert empty lines - Counted-p pastes without interleaving copied content - Code in analyzer-friendly style - Portability fixes Reported by: Zhihao Yuan --- editors/nvi2/files/patch-common_common.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 editors/nvi2/files/patch-common_common.h (limited to 'editors/nvi2/files/patch-common_common.h') diff --git a/editors/nvi2/files/patch-common_common.h b/editors/nvi2/files/patch-common_common.h deleted file mode 100644 index 86572d78dc07..000000000000 --- a/editors/nvi2/files/patch-common_common.h +++ /dev/null @@ -1,10 +0,0 @@ ---- common/common.h.orig 2023-09-25 08:47:42 UTC -+++ common/common.h -@@ -17,6 +17,7 @@ - #include - #endif - #include /* May refer to the bundled regex. */ -+#include - - /* - * Forward structure declarations. Not pretty, but the include files -- cgit v1.2.3