2009/5/12 Charles Campbell <[email protected]>:

> As undoubtedly you're aware, ctags is a separate utility from vim, and
> is not netrw-aware.  So, if you can generate a tags file for what you're
> interested in, then you can modify it to use netrw-style urls
>
> Example: local tag
>  SomeFileFunction    some/path/somefile.c    /^void
> SomeFileFunction(int argshere)$/;
>
> Example: transformed tag
>  SomeFileFunction    scp://HOSTNAME/some/path/somefile.c    /^void
> SomeFileFunction(int argshere)$/;
>
> Vim can work with these transformed tags, using netrw, and bring up the
> remote file.

Thanks, I think I'll try.

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

Reply via email to