Disabling vim's location list on missing C header file
问题 Vim is pretty smart when it comes to C, so if one inserts a bogus header file such as #include <stdioo.h> , it complains by bringing up a location list with the following error: foo.c:1|20| fatal error: stdioo.h: No such file or directory || compilation terminated. Which is great, but for whatever reason, I get the same error when including the <mpi.h> header file. I know this is a vim problem b/c I can compile and execute the program with mpicc and mpiexec , respectively. Besides it being