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:
Idan Arye 2015-04-11 17:55:29 +03:00
commit d0553765d6

View File

@ -235,8 +235,10 @@ function! s:standardCloseHandlers.removeCurrentMarker(debugger) dict
sign unplace 1
endfunction
highlight BreakPoint term=reverse cterm=reverse gui=reverse
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
function! vebugger#std#updateMarksForFile(state,filename)