G
G
g00d2011-07-26 15:29:50
vim
g00d, 2011-07-26 15:29:50

VIM + ctags + Mac?

At me it is impossible will force to work a subject.
when I try to go to the definition of the function, I see this
o7.no/ojPepI
ctags I tried to assemble it myself and install it from brew.
vim was taken from here ( code.google.com/p/macvim/)
Any ideas how to make them friends?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
g00d, 2011-07-26
@g00d

because I found it online :)
#!/bin/bash
exec /usr/local/bin/ctags -f ~/folder/tags \
-h ".php .inc" -R \
--exclude="\.git" \
--totals=yes \
--tag-relative=yes \
--PHP-kinds=+cf \
--regex-PHP='/abstract class ([^ ]*)/\1/c/' \
--regex-PHP='/interface ([^ ]*)/\1/c/' \
--regex-PHP='/(public |static |abstract |protected |private )+function ([^ (]*)/\2/f/'

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question