> Vim 7.3.
>
> Is it possible to use a system() call to get the output from running
> ctags and somehow pipe that input so that it is available via the
> taglist() function?
>
> Or at least provide that output into something that will parse it and
> provide it via one of Vim's functions?
>
> This has to be dynamic, so I can't specify a tags file via:
> set tags=
You might take a look at the ctags.vim plugin,
http://vim.sourceforge.net/scripts/script.php?script_id=610. The
GenerateTags() function uses system() to execute ctags and collect
its output into one string which it then parses.
HTH,
Gary
--
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