comparison runtime/doc/makehtml.awk @ 20552:74e3316c1d5a

Update runtime files Commit: https://github.com/vim/vim/commit/388a5d4f20b4b64341d1604aa238cab85827b892 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 26 21:20:45 2020 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 May 2020 21:30:04 +0200
parents c8680debe1cc
children
comparison
equal deleted inserted replaced
20551:f1b23a9643fe 20552:74e3316c1d5a
56 # 56 #
57 substr($0,length($0),1) == "~" { print "<B><FONT COLOR=\"PURPLE\">" substr($0,1,length($0)-1) "</FONT></B>"; next; } 57 substr($0,length($0),1) == "~" { print "<B><FONT COLOR=\"PURPLE\">" substr($0,1,length($0)-1) "</FONT></B>"; next; }
58 # 58 #
59 #ad hoc code 59 #ad hoc code
60 # 60 #
61 /^"\|\& / {gsub(/\|/,"\\&#124;"); } 61 /^"\|& / {gsub(/\|/,"\\&#124;"); }
62 / = b / {gsub(/ b /," \\&#98; "); } 62 / = b / {gsub(/ b /," \\&#98; "); }
63 # 63 #
64 # one letter tag 64 # one letter tag
65 # 65 #
66 /[ ]\*.\*[ ]/ {gsub(/\*/,"ZWWZ"); } 66 /[ ]\*.\*[ ]/ {gsub(/\*/,"ZWWZ"); }