2012/2/24 Karol Samborski <edv.karol@gmail.com>
W dniu 24 lutego 2012 13:37 użytkownik Caesarmv <caesarmv@gmail.com> napisał:
>Maybe set path will help.
> Probably the issue is how to let vim know where to search code files.
>
:help path
Best,
Karol
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:
Post a Comment