When I run the make command in Vim I get the errors listed as the

compiler compiles the program. When it finishes this list disappears and I have to use the :clist command to see the error message again. Is there any other way to see these error messages? You can use the “:copen” or “:cwindow” command to open the quickfix window that contains the compiler output. You can select different error lines from this window and jump to the corresponding line in the source code.

Comments (1)


Pepsh Pepshinsky

Let’s see you to :help viminfo-file-name (option -i) :set viminfofile=NONE


Speak Your Mind