Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you please make breakpoint signs configurable settings? #326

Closed
Roy-Orbison opened this issue Mar 6, 2018 · 2 comments
Closed

Can you please make breakpoint signs configurable settings? #326

Roy-Orbison opened this issue Mar 6, 2018 · 2 comments
Projects

Comments

@Roy-Orbison
Copy link
Contributor

I currently stash and unstash the following patch to enable nice, single-character signs, and still get updates via Vundle. I'm sure others would appreciate the ability to configure these.

diff --git a/plugin/vdebug.vim b/plugin/vdebug.vim
index 96d04ce..4793ca3 100644
--- a/plugin/vdebug.vim
+++ b/plugin/vdebug.vim
@@ -144,8 +144,8 @@ if hlexists("DbgBreakptSign") == 0
 end

 " Signs and highlighted lines for breakpoints, etc.
-sign define current text=-> texthl=DbgCurrentSign linehl=DbgCurrentLine
-sign define breakpt text=B> texthl=DbgBreakptSign linehl=DbgBreakptLine
+sign define current text=⇶ texthl=DbgCurrentSign linehl=DbgCurrentLine
+sign define breakpt text=→ texthl=DbgBreakptSign linehl=DbgBreakptLine

 function! s:BreakpointTypes(A,L,P)
     let arg_to_cursor = strpart(a:L,11,a:P)
@Garethp
Copy link

Garethp commented Jul 3, 2019

@BlackIkeEagle Should this ticket be closed?

@Roy-Orbison
Copy link
Contributor Author

It's done.

@BlackIkeEagle BlackIkeEagle moved this from To do to Done in v2.x Jul 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
v2.x
  
Done
Development

No branches or pull requests

2 participants