Friday, February 24, 2012

Re: errorformat help need


2012/2/24 Karol Samborski <edv.karol@gmail.com>
W dniu 24 lutego 2012 13:37 użytkownik Caesarmv <caesarmv@gmail.com> napisał:
>
> Probably the issue is how to let vim know where to search code files.
>

Maybe set path will help.

:help path

Best,
Karol

I tried to set path, but no result.

Currently I'm using following mapping as workaround

map ,, :exe 'e ~/code/**/'.expand("<cword>").'.c'<CR>

But it doesn't jump to line and column I need.
Probably it is easier to write function which will parse the line and open new tab with file and jump to line...

--
You received this message from the "vim_use" 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

No comments: