vim highlighting everything in red
问题 I added a print line to a python script while the script was executing, and now all the text is highlighted in red when I open the file. Opening and closing the file doesn't get rid of it. Opening a second python file momentarily fixed the problem, but then closing file and reopening brought the problem back. Now it wont go away at all. Any body know what could cause this? 回答1: This happens sometimes in vim when it goes to highlight syntax on multi-line comments. Occasionally everything after