Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions plugin/minibufexpl.vim
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ function! <SID>RenderSyntax()
syn match MBEVisibleChanged '\[[^\]]*\]\*+'
syn match MBEVisibleActiveNormal '\[[^\]]*\]\*!'
syn match MBEVisibleActiveChanged '\[[^\]]*\]\*+!'
syn match MBEBufferNumber '\[\d\+:'hs=s+1,he=e-1

"MiniBufExpl Color Examples
" hi MBENormal guifg=#808080 guibg=fg
Expand All @@ -556,6 +557,7 @@ function! <SID>RenderSyntax()
hi def link MBEVisibleChanged Special
hi def link MBEVisibleActiveNormal Underlined
hi def link MBEVisibleActiveChanged Error
hi def link MBEBufferNumber Constant
endif

let b:current_syntax = "minibufexpl"
Expand Down