From b1dd01f67a48785678209b90c1b0e4f44621c146 Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Wed, 12 Mar 2008 21:53:48 -0300 Subject: 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. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3