> You said above is to use .*, yet you didn't use it in this line: > %+C%.%# > > Are the * replaced by % when using errorformat?
Close. The * is replaced by #, and all special regular expression stuff has to be preceded by % in errorformat. So '%.' is '.' and '%#' is '*'. :help errorformat | /Pattern Cheers, Ben. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
