How can I disable latex's quickfix feature when editing tex files (having vimlatex installed). But I want to keep it for any other language…
Pretty sure this is just a small flag, didn't find it 'though.
|
|
|
Note: I do not have vim-latex installed. I have just looked at likely parts of the plugin’s code. What behavior do you want to avoid? The documentation says that you can set
Also, the code indicates that you can inhibit the log file preview-mode window (below the quickfix window) by setting
I did not see an option for controlling whether the quickfix window itself is left open, however. You can close it manually with For both of the above variables, you can use a buffer-local ( |
|||
|
|