> Are you sure it says "readonly"? When I try to modify the quickfix > window, the error is "E21: Cannot make changes, 'modifiable' is > off". To get around that, just ":set modifiable".
yeah, that was it.. > > If the problem is that you're getting messages from make that aren't > errors, the solution is to fix your 'errorformat'. See > well, perl (and sometimes other technologies) is notorious (when you run with -w) for returning warnings in the standard library, ones that you need to ighore. Anyways, is there a good tutorial on vimscript anywhere? I didn't find one at first blush. It seems a bit ad-hoc. For example, I can quote arguments with '<q-args>', but how do you quote individual arguments? Ed --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
