fix highlighting of directory symlinks

This commit is contained in:
Martin Grenfell
2008-06-21 21:56:59 +12:00
parent d9a03f4600
commit 3ebff6ae54

View File

@@ -2417,7 +2417,7 @@ function! s:SetupSyntaxHighlighting()
syn match treeBookmark # {.*}#hs=s+1
"highlighting for sym links
syn match treeLink #[^-| `].* -> # contains=treeBookmark
syn match treeLink #[^-| `].* -> # contains=treeBookmark,treeOpenable,treeClosable,treeDirSlash
"highlighing for directory nodes and file nodes
syn match treeDirSlash #/#