doc: quotes.txt was removed

This commit is contained in:
Justin M. Keyes 2017-03-04 04:13:17 +01:00
parent 8bbdef1fd8
commit af63f32129
2 changed files with 0 additions and 7 deletions

View File

@ -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

View File

@ -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";