summaryrefslogtreecommitdiff
path: root/.lvimrc
diff options
context:
space:
mode:
authorSimon Howard2010-04-30 19:38:24 +0000
committerSimon Howard2010-04-30 19:38:24 +0000
commit6f8ac36f6644466131b548f0a8a42e260d181aa5 (patch)
tree68682511aec80b7149b4ab29092f92742149f39e /.lvimrc
parente7f0d2727a01c90a5552a3baf442c11f43a95ce8 (diff)
downloadchocolate-doom-6f8ac36f6644466131b548f0a8a42e260d181aa5.tar.gz
chocolate-doom-6f8ac36f6644466131b548f0a8a42e260d181aa5.tar.bz2
chocolate-doom-6f8ac36f6644466131b548f0a8a42e260d181aa5.zip
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
Diffstat (limited to '.lvimrc')
-rw-r--r--.lvimrc3
1 files changed, 2 insertions, 1 deletions
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: