Hi All

One problem about Quick fix need your help.

Here is a sample of error message, STATEMENT means 1 line statement.
IBM1211I W 426.0 Source with length 2 is longer than the target VAR.
                 STATEMENT
IBM1211I W 522.0 Source with length 2 is longer than the target VAR.
                 STATEMENT

I define error format like:
set errorformat=%AIBM%nI\ %t\ %l.0\ %m,%Z%m

Quick fix display:
|426 warning 1211| Source with length 2 is longer than the target VAR. 
STATEMENT
|522 warning 1211| Source with length 2 is longer than the target VAR. 
STATEMENT

When I press Enter on the two lines, vim can't jump to correct line, cursor 
just stay at the same place.
Even I can use command :cn / :cp to move to error lines, but it's stupid if 
there are many errors.
So is there any way to fix this problem?

Thank you!

 


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to