From 6f8ac36f6644466131b548f0a8a42e260d181aa5 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 30 Apr 2010 19:38:24 +0000 Subject: Add textscreen Doxyfile to dist. Add .desktop file to svn:ignore. Add opl ctags file to localvimrc. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1922 --- .lvimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.lvimrc') diff --git a/.lvimrc b/.lvimrc index cc2893d9..39b0158f 100644 --- a/.lvimrc +++ b/.lvimrc @@ -16,8 +16,9 @@ set tags+=tags let tagfiles = findfile("tags", ".;", -1) " Add tag files for libraries: -call add(tagfiles, topdir . "textscreen/tags") +call add(tagfiles, topdir . "opl/tags") call add(tagfiles, topdir . "pcsound/tags") +call add(tagfiles, topdir . "textscreen/tags") for tagfile in tagfiles " Don't go beyond the project top level when adding parent dirs: -- cgit v1.2.3