diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-03-04 04:13:17 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-03-04 04:13:31 +0100 |
commit | af63f321295a37e411aac82b56a5548bdbe82877 (patch) | |
tree | d3bdf7443f5c0adcc4d8b2fb5a5a84aca44956af | |
parent | 8bbdef1fd83db623d5b7c5a254cba7a9e2bce99e (diff) | |
download | rneovim-af63f321295a37e411aac82b56a5548bdbe82877.tar.gz rneovim-af63f321295a37e411aac82b56a5548bdbe82877.tar.bz2 rneovim-af63f321295a37e411aac82b56a5548bdbe82877.zip |
doc: quotes.txt was removed
-rw-r--r-- | runtime/doc/help.txt | 1 | ||||
-rw-r--r-- | runtime/doc/makehtml.awk | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt index a81d32831b..b33fb50c06 100644 --- a/runtime/doc/help.txt +++ b/runtime/doc/help.txt @@ -96,7 +96,6 @@ General subjects ~ |howto.txt| how to do the most common editing tasks |tips.txt| various tips on using Vim |message.txt| (error) messages and explanations -|quotes.txt| remarks from users of Vim |develop.txt| development of Vim |debug.txt| debugging Vim itself |uganda.txt| Vim distribution conditions and what to do with your money diff --git a/runtime/doc/makehtml.awk b/runtime/doc/makehtml.awk index a1f77f5aba..216bb5fac1 100644 --- a/runtime/doc/makehtml.awk +++ b/runtime/doc/makehtml.awk @@ -185,12 +185,6 @@ FILENAME == "gui.txt" && asciiart == "no" \ asciicnt=0; } -FILENAME == "quotes.txt" && asciiart == "no" \ - && $0 ~ /In summary:/ { - asciiart= "yes"; - asciicnt=0; - } - FILENAME == "usr_20.txt" && asciiart == "no" \ && $0 ~ /an empty line at the end:/ { asciiart= "yes"; |