summaryrefslogtreecommitdiff
path: root/.lvimrc
diff options
context:
space:
mode:
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: