diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-08-26 14:08:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-26 14:08:45 +0200 |
| commit | c581517f8a9bf7fe6ede40b2ba009e8884715a93 (patch) | |
| tree | aaf0ad5f3e870844c688d7c486f4b86742deeaa0 /runtime/doc/makehtml.awk | |
| parent | 2e5c299f11c8326a8fe0acebb4030f33050ec3ed (diff) | |
| parent | add2a6239810a936f682d340525ac98e5e1fb15b (diff) | |
| download | rneovim-c581517f8a9bf7fe6ede40b2ba009e8884715a93.tar.gz rneovim-c581517f8a9bf7fe6ede40b2ba009e8884715a93.tar.bz2 rneovim-c581517f8a9bf7fe6ede40b2ba009e8884715a93.zip | |
Merge #8908 'build/doc: generate vimindex.html'
Diffstat (limited to 'runtime/doc/makehtml.awk')
| -rw-r--r-- | runtime/doc/makehtml.awk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/makehtml.awk b/runtime/doc/makehtml.awk index 216bb5fac1..6e93c01c54 100644 --- a/runtime/doc/makehtml.awk +++ b/runtime/doc/makehtml.awk @@ -135,11 +135,11 @@ NR == 1 { nf=split(FILENAME,f,".") # common case - Latin1 print "<META HTTP-EQUIV=\"Content-type\" content=\"text/html; charset=ISO-8859-1\">"; } - print "<TITLE>Vim documentation: " f[1] "</TITLE>"; + print "<TITLE>Nvim documentation: " f[1] "</TITLE>"; print "</HEAD>"; print "<BODY BGCOLOR=\"#ffffff\">"; - print "<H1>Vim documentation: " f[1] "</H1>"; + print "<H1>Nvim documentation: " f[1] "</H1>"; print "<A NAME=\"top\"></A>"; if ( FILENAME != "help.txt" ) { print "<A HREF=\"index.html\">main help file</A>\n"; |
