diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-03-12 21:53:48 -0300 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-07-02 19:06:34 -0300 |
commit | b1dd01f67a48785678209b90c1b0e4f44621c146 (patch) | |
tree | 31561c12003443104d8ad5017e47026904349ff0 /Makefile.am | |
parent | 3468f9f2cb65294771e1095a14b7263ae0a6a043 (diff) |
Add a tags interface to xedit.
To use the tags, first create a tags file with a command like "ctags -R".
The interface can be disabled with resources, see the updated man page.
Tag files are searched descending to the root directory.
Multiple tags files are properly handled, and multiple symbol definitions
can be searched.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cc57781..3a94ed0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -113,6 +113,7 @@ xedit_SOURCES = \ ispell.c \ lisp.c \ options.c \ + tags.c \ util.c \ xedit.c \ xedit.h |