summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index bbcbeda..a1c3cc0 100644
--- a/main.c
+++ b/main.c
@@ -61,6 +61,7 @@ no_warn_end
#include "syntax.c"
#include "buffer.c"
#include "ted.c"
+#include "tags.c"
#include "ui.c"
#include "find.c"
#include "node.c"
@@ -389,6 +390,8 @@ int main(int argc, char **argv) {
ted->scroll_total_x = ted->scroll_total_y = 0;
//printf("%p\n",(void *)ted->drag_buffer);
+
+ tags_read_if_changed(ted, &ted->tags);
ted_update_window_dimensions(ted);