I'm trying to compile my tex file inside vim. I have a Makefile to do the compilation, and I just type :make
to call it. Usually it works well, but sometimes vim does not go back to the .tex file where I called make. Instead, I find I'm in a .cls file after pressing "ENTER or type command to continue".
I wonder what's happening? And how to make it work as I expected -- going back to the original file? Thanks.