From 2eae5db069dc171f74cd863487655f6a88e5384d Mon Sep 17 00:00:00 2001 From: Mehmet Samet Duman Date: Fri, 3 Apr 2026 22:21:25 +0300 Subject: NOISSUE rebrand vim to MNV's not Vim Signed-off-by: Mehmet Samet Duman --- uvim/runtime/doc/makehtml.awk | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'uvim/runtime/doc/makehtml.awk') diff --git a/uvim/runtime/doc/makehtml.awk b/uvim/runtime/doc/makehtml.awk index 40154b063b..2ef15f7030 100644 --- a/uvim/runtime/doc/makehtml.awk +++ b/uvim/runtime/doc/makehtml.awk @@ -35,7 +35,7 @@ BEGIN { # # protect special chars # -/[><&á]/ {gsub(/&/,"\\&");gsub(/>/,"\\>");gsub(/<&�]/ {gsub(/&/,"\\&");gsub(/>/,"\\>");gsub(/"; } - print "Vim documentation: " f[1] ""; + print "MNV documentation: " f[1] ""; print ""; print ""; - print "

Vim documentation: " f[1] "

"; + print "

MNV documentation: " f[1] "

"; print ""; if ( FILENAME != "help.txt" ) { print "main help file\n"; @@ -146,8 +146,8 @@ NR == 1 { nf=split(FILENAME,f,".") # NR == 99999 { exit; } # ignore underlines and tags -substr($0,1,5) == " vim:" { next; } -substr($0,1,4) == "vim:" { next; } +substr($0,1,5) == " mnv:" { next; } +substr($0,1,4) == "mnv:" { next; } # keep just whole lines of "-", "=" substr($0,1,3) == "===" && substr($0,75,1) != "=" { next; } substr($0,1,3) == "---" && substr($0,75,1) != "-" { next; } @@ -245,7 +245,7 @@ npipe > 2 && nstar < 3 { } else { if ( f[1] == "index" ) { - printf "|" p[i] "|"; + printf "|" p[i] "|"; } else { if ( f[1] == "help" ) { printf "|" p[i] "|"; -- cgit 0.0.5-2-1-g0f52