Merge pull request #14 from kevinbrandon/feature/reverse-color
Fixes issue #13 by defining a color group called BreakPoint. By default ...
This commit is contained in:
commit
d0553765d6
@ -235,8 +235,10 @@ function! s:standardCloseHandlers.removeCurrentMarker(debugger) dict
|
|||||||
sign unplace 1
|
sign unplace 1
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
highlight BreakPoint term=reverse cterm=reverse gui=reverse
|
||||||
|
|
||||||
sign define vebugger_current text=->
|
sign define vebugger_current text=->
|
||||||
sign define vebugger_breakpoint text=** linehl=ColorColumn
|
sign define vebugger_breakpoint text=** linehl=BreakPoint
|
||||||
|
|
||||||
"Update all the marks(currently executed line and breakpoints) for a file
|
"Update all the marks(currently executed line and breakpoints) for a file
|
||||||
function! vebugger#std#updateMarksForFile(state,filename)
|
function! vebugger#std#updateMarksForFile(state,filename)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user