Hi,
I want to extrack tags from files like :helptags does. The problem is that
:helptags can only work with .txt and .??x files. I want to do it for a file
with any file extension.
I have tried with ctags and defining my own language extension. Nevertheless,
when two tags are in the same line, ctags only matches the first one.
Example:
*E101* *E102*
ctags will extract "E101" without extracting E102. I think this should be able
to be done with ctags because in C language you can define two functions in the
same line
Example:
int add(void){return 5;} void some(void){}
and ctags extract both of them althouth they are in the same line.
The last change I take into account is to modify "helptags" function in the
source code, that has ".txt" and "??x" files hardcoded.
Any idea how to achieve this without touching source code?
Thanks in advance,
Javier.
--
--
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
---
You received this message because you are subscribed to the Google Groups
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.