Namsh wrote:
> There is always a message:
>
> CTIME - 2011-01-03 09:57:57
>
> And vim detects it as error message.
>
> Can vim ignore this message? starting with CTIME...
> Or ignore a message if it cannot find a file in message.
This is mainly caused by the %f item in 'errorformat' accepting file
names with a space. That's needed for MS-Windows where quite a few
directory names have a space, such as "Program Files".
We could add a %F item that does not accept spaces inside a file name.
That would fix it for most people, especially on Unix, where spaces are
uncommon.
Would someone want to make a patch for that?
--
Proof techniques #2: Proof by Oddity.
SAMPLE: To prove that horses have an infinite number of legs.
(1) Horses have an even number of legs.
(2) They have two legs in back and fore legs in front.
(3) This makes a total of six legs, which certainly is an odd number of
legs for a horse.
(4) But the only number that is both odd and even is infinity.
(5) Therefore, horses must have an infinite number of legs.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php