hi link treeClosable treeDirSlash
hi link treePart treeDirSlash
hi link treePartFile treeDirSlash
+
+ " Fix up BufExplorer stuff.
+ hi link bufExplorerHelp String
+ hi link bufExplorerSortBy Statement
+ hi link bufExplorerMapping Identifier
+ hi link bufExplorerTitle Statement
+ hi link bufExplorerActBuf Directory
+ hi link bufExplorerAltBuf String
+ hi link bufExplorerCurBuf Type
+ hi link bufExplorerUnlBuf Comment
+ hi link bufExplorerBufNbr Normal
endif
" vim: set fdl=0 fdm=marker:
" Perforce.
let g:p4EnableMenu=1
let g:p4Presets='P4CONFIG'
+
+" BufExplorer.
+let g:bufExplorerShowRelativePath=1
+let g:bufExplorerSplitOutPathName=0
endif "}}}1
" Resize after startup.