mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
doc: quotes.txt was removed
This commit is contained in:
parent
8bbdef1fd8
commit
af63f32129
@ -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
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user